mirror of
				https://github.com/openhwgroup/cvw
				synced 2025-02-11 06:05:49 +00:00 
			
		
		
		
	Updated IROMAdr logic.
This commit is contained in:
		
							parent
							
								
									0add170b44
								
							
						
					
					
						commit
						f57b0b9950
					
				| @ -193,7 +193,7 @@ module ifu ( | ||||
|     /* verilator lint_on WIDTH */ | ||||
|   | ||||
|     assign RWF = 2'b10; | ||||
|     irom irom(.clk, .reset, .ce(~CPUBusy), .Adr(CPUBusy | reset ? PCFSpill : PCNextFSpill), .ReadData(FinalInstrRawF)); | ||||
|     irom irom(.clk, .reset, .ce(~CPUBusy), .Adr(IROMAdr[`XLEN-1:0]), .ReadData(FinalInstrRawF)); | ||||
|   | ||||
|   end else begin | ||||
|     assign RWF = 2'b10; | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user