mirror of
				https://github.com/openhwgroup/cvw
				synced 2025-02-11 06:05:49 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
		
			346 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			346 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
onbreak {resume}
 | 
						|
 | 
						|
# create library
 | 
						|
if [file exists work] {
 | 
						|
    vdel -all
 | 
						|
}
 | 
						|
vlib work
 | 
						|
 | 
						|
vlog +incdir+../../../config/rv64ic +incdir+../../../config/shared ../../../testbench/common/*.sv ../../*/*.sv sd_top_tb.sv -suppress 2583
 | 
						|
 | 
						|
vopt -fsmdebug  +acc -gDEBUG=1 work.sd_top_tb -o workopt 
 | 
						|
vsim workopt -fsmdebug
 | 
						|
 | 
						|
do wave.do
 | 
						|
add log -r /*
 | 
						|
 | 
						|
run 3000 us
 |