forked from Github_Repos/cvw
		
	Removed .* from hazard hzu(.*).
This commit is contained in:
		
							parent
							
								
									5c28553ca1
								
							
						
					
					
						commit
						0bf1836a3a
					
				@ -316,7 +316,20 @@ module wallypipelinedhart (
 | 
			
		||||
	       .*);
 | 
			
		||||
 | 
			
		||||
  
 | 
			
		||||
  muldiv mdu(.*); // multiply and divide unit
 | 
			
		||||
  muldiv mdu(
 | 
			
		||||
    .clk, .reset,
 | 
			
		||||
	       // Execute Stage interface
 | 
			
		||||
	       //   .SrcAE, .SrcBE,
 | 
			
		||||
		.ForwardedSrcAE, .ForwardedSrcBE, // *** these are the src outputs before the mux choosing between them and PCE to put in srcA/B
 | 
			
		||||
	  .Funct3E, .Funct3M,
 | 
			
		||||
	  .MulDivE, .W64E,
 | 
			
		||||
	       // Writeback stage
 | 
			
		||||
	  .MulDivResultW,
 | 
			
		||||
	       // Divide Done
 | 
			
		||||
	  .DivBusyE, 
 | 
			
		||||
	       // hazards
 | 
			
		||||
	  .StallM, .StallW, .FlushM, .FlushW 
 | 
			
		||||
  ); // multiply and divide unit
 | 
			
		||||
  
 | 
			
		||||
  hazard     hzu(
 | 
			
		||||
        .BPPredWrongE, .CSRWritePendingDEM, .RetM, .TrapM,
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user