mirror of
				https://github.com/openhwgroup/cvw
				synced 2025-02-11 06:05:49 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			334 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			334 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
 | 
						|
# sub    - test subtraction
 | 
						|
# div    - test division
 | 
						|
# sqrt   - test square ro
 | 
						|
# all    - test everything
 | 
						|
 | 
						|
vsim -do "do fp.do rv64fp cmp"
 |