Merge pull request #763 from Karl-Han/verilator

Fix the problem of missing sim/verilator/wkdir
This commit is contained in:
David Harris 2024-04-30 10:50:01 -07:00 committed by GitHub
commit 9b18d609ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 \