mirror of
				https://github.com/openhwgroup/cvw
				synced 2025-02-11 06:05:49 +00:00 
			
		
		
		
	Merge pull request #763 from Karl-Han/verilator
Fix the problem of missing sim/verilator/wkdir
This commit is contained in:
		
						commit
						9b18d609ce
					
				@ -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 \
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user