Fix the problem of missing sim/verilator/wkdir

This commit is contained in:
Kunlin Han 2024-04-30 10:48:42 -07:00
parent d196f8f8af
commit cde284d003

View File

@ -44,6 +44,7 @@ profile: obj_dir_profiling/Vtestbench_$(WALLYCONF)
echo "Please check $(VERILATOR_DIR)/logs_profiling/gmon_$(WALLYCONF)* for logs and output files."
wkdir/$(WALLYCONF)_$(TEST)/Vtestbench: $(DEPENDENCIES)
mkdir -p wkdir/$(WALLYCONF)_$(TEST)
verilator \
--Mdir wkdir/$(WALLYCONF)_$(TEST) -o Vtestbench \
--binary --trace \