mirror of
				https://github.com/openhwgroup/cvw
				synced 2025-02-11 06:05:49 +00:00 
			
		
		
		
	Updated cvw to be consistent with configs
This commit is contained in:
		
							parent
							
								
									9eb1938d41
								
							
						
					
					
						commit
						f9cfa7cdc2
					
				@ -36,7 +36,6 @@ package cvw;
 | 
			
		||||
  parameter XLEN = `XLEN;
 | 
			
		||||
  parameter FPGA = `FPGA;
 | 
			
		||||
  parameter QEMU = `QEMU;
 | 
			
		||||
  parameter DESIGN_COMPILER = `DESIGN_COMPILER;
 | 
			
		||||
  parameter IEEE754 = `IEEE754;
 | 
			
		||||
  parameter MISA = `MISA;
 | 
			
		||||
  parameter ZICSR_SUPPORTED = `ZICSR_SUPPORTED;
 | 
			
		||||
@ -215,4 +214,4 @@ package cvw;
 | 
			
		||||
  parameter DIVBLEN     = ($clog2(`DIVb+1)-1);
 | 
			
		||||
  parameter DIVa        = (`DIVb+1-`XLEN);             // used for idiv on fpu
 | 
			
		||||
 | 
			
		||||
endpackage;
 | 
			
		||||
endpackage
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user