mirror of
				https://github.com/openhwgroup/cvw
				synced 2025-02-11 06:05:49 +00:00 
			
		
		
		
	Removed combinational loops between icache and PMA checker.
This commit is contained in:
		
							parent
							
								
									7185905f7b
								
							
						
					
					
						commit
						e09ac73eaf
					
				| @ -238,7 +238,7 @@ module icachecontroller #(parameter LINESIZE = 256) ( | ||||
|   assign PCNextIndexF = PCPFinalF; | ||||
|    | ||||
|   // truncate the offset from PCPF for memory address generation
 | ||||
|   assign PCPTrunkF = PCPFinalF[`XLEN-1:OFFSETWIDTH]; | ||||
|   assign PCPTrunkF = PCTagF[`XLEN-1:OFFSETWIDTH]; | ||||
|    | ||||
|     // Detect if the instruction is compressed
 | ||||
|   assign CompressedF = FinalInstrRawF[1:0] != 2'b11; | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user