forked from Github_Repos/cvw
		
	Modified the hptw's simulation error message so that synthesis does not attempt to include this statement.
This commit is contained in:
		
							parent
							
								
									36761d9155
								
							
						
					
					
						commit
						a70d51f4c9
					
				@ -201,7 +201,9 @@ module hptw
 | 
			
		||||
	    FAULT: if (ITLBMissF & AnyCPUReqM & ~MemAfterIWalkDone) NextWalkerState = FAULT;
 | 
			
		||||
 	                        else NextWalkerState = IDLE;
 | 
			
		||||
	    default: begin
 | 
			
		||||
	      // synthesis translate_off
 | 
			
		||||
	      $error("Default state in HPTW should be unreachable");
 | 
			
		||||
	      // synthesis translate_on
 | 
			
		||||
	      NextWalkerState = IDLE; // should never be reached
 | 
			
		||||
	    end
 | 
			
		||||
	  endcase
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user