forked from Github_Repos/cvw
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			361 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			361 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
 | 
						|
# cvtint - test integer conversion unit (fcvtint)
 | 
						|
# cvtfp  - test floating-point conversion unit (fcvtfp)
 | 
						|
# cmp    - test comparison unit's LT, LE, EQ opperations (fcmp)
 | 
						|
# add    - test addition
 | 
						|
# fma    - test fma
 | 
						|
# sub    - test subtraction
 | 
						|
# div    - test division
 | 
						|
# sqrt   - test square ro
 | 
						|
# all    - test everything
 | 
						|
 | 
						|
vsim -do "do testfloat.do rv64fp mul"
 |