mirror of
				https://github.com/openhwgroup/cvw
				synced 2025-02-11 06:05:49 +00:00 
			
		
		
		
	Reduced rv32imc int divider to 2 copies to avoid it being on the critical path
This commit is contained in:
		
							parent
							
								
									20ced0653c
								
							
						
					
					
						commit
						816e8ab1cb
					
				@ -68,7 +68,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
// Integer Divider Configuration
 | 
					// Integer Divider Configuration
 | 
				
			||||||
// IDIV_BITSPERCYCLE must be 1, 2, or 4
 | 
					// IDIV_BITSPERCYCLE must be 1, 2, or 4
 | 
				
			||||||
`define IDIV_BITSPERCYCLE 4
 | 
					`define IDIV_BITSPERCYCLE 2
 | 
				
			||||||
`define IDIV_ON_FPU 0
 | 
					`define IDIV_ON_FPU 0
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// Legal number of PMP entries are 0, 16, or 64
 | 
					// Legal number of PMP entries are 0, 16, or 64
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user