forked from Github_Repos/cvw
		
	busybear: comment out instraccessfaultf for imem for now
This commit is contained in:
		
							parent
							
								
									827dfd774b
								
							
						
					
					
						commit
						735c6789ea
					
				@ -60,8 +60,8 @@ module imem (
 | 
			
		||||
    end else begin
 | 
			
		||||
      assign InstrF = AdrF[2] ? (AdrF[1] ? {rd2[15:0], rd[63:48]} : rd[63:32])
 | 
			
		||||
                          : (AdrF[1] ? rd[47:16] : rd[31:0]);
 | 
			
		||||
      //assign InstrAccessFaultF = 0; //busybear: for now, i know we're not doing this
 | 
			
		||||
      assign InstrAccessFaultF = |AdrF[`XLEN-1:32] | ~&({AdrF[31:1],1'b0} ~^ `TIMBASE | `TIMRANGE);
 | 
			
		||||
      assign InstrAccessFaultF = 0; //busybear: for now, i know we're not doing this
 | 
			
		||||
      //assign InstrAccessFaultF = |AdrF[`XLEN-1:32] | ~&({AdrF[31:1],1'b0} ~^ `TIMBASE | `TIMRANGE);
 | 
			
		||||
    end
 | 
			
		||||
  endgenerate
 | 
			
		||||
endmodule
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user