forked from Github_Repos/cvw
		
	Finally resolved the issues with the rv32ic and rv64ic configurations.
This commit is contained in:
		
							parent
							
								
									ad3e632119
								
							
						
					
					
						commit
						e70c90d351
					
				| @ -185,7 +185,7 @@ module ifu ( | ||||
|   assign InstrRawF = AllInstrRawF[31:0]; | ||||
| 
 | ||||
|   if (`IROM) begin : irom  | ||||
|     irom irom(.clk, .reset, .Adr(CPUBusy | reset ? PCPF : PCNextFSpill), .ReadData(FinalInstrRawF)); | ||||
|     irom irom(.clk, .reset, .Adr(CPUBusy | reset ? PCFSpill : PCNextFSpill), .ReadData(FinalInstrRawF)); | ||||
|   | ||||
|     assign {BusStall, IFUBusRead} = '0;    | ||||
|     assign {ICacheStallF, ICacheMiss, ICacheAccess} = '0; | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user