mirror of
				https://github.com/openhwgroup/cvw
				synced 2025-02-11 06:05:49 +00:00 
			
		
		
		
	Fix the problem of missing sim/verilator/wkdir
This commit is contained in:
		
							parent
							
								
									d196f8f8af
								
							
						
					
					
						commit
						cde284d003
					
				@ -44,6 +44,7 @@ profile: obj_dir_profiling/Vtestbench_$(WALLYCONF)
 | 
				
			|||||||
	echo "Please check $(VERILATOR_DIR)/logs_profiling/gmon_$(WALLYCONF)* for logs and output files."
 | 
						echo "Please check $(VERILATOR_DIR)/logs_profiling/gmon_$(WALLYCONF)* for logs and output files."
 | 
				
			||||||
 | 
					
 | 
				
			||||||
wkdir/$(WALLYCONF)_$(TEST)/Vtestbench: $(DEPENDENCIES)
 | 
					wkdir/$(WALLYCONF)_$(TEST)/Vtestbench: $(DEPENDENCIES)
 | 
				
			||||||
 | 
						mkdir -p wkdir/$(WALLYCONF)_$(TEST)
 | 
				
			||||||
	verilator \
 | 
						verilator \
 | 
				
			||||||
	--Mdir wkdir/$(WALLYCONF)_$(TEST) -o Vtestbench \
 | 
						--Mdir wkdir/$(WALLYCONF)_$(TEST) -o Vtestbench \
 | 
				
			||||||
	--binary --trace \
 | 
						--binary --trace \
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user