forked from Github_Repos/cvw
		
	Revert "same as last breaking commit, testing if the bisect works to output a breaking commit."
This reverts commit dcb485ec61.
gottem
			
			
This commit is contained in:
		
							parent
							
								
									dcb485ec61
								
							
						
					
					
						commit
						82e68f2170
					
				@ -88,7 +88,7 @@ module datapath (
 | 
				
			|||||||
  logic [`XLEN-1:0] IFResultW;
 | 
					  logic [`XLEN-1:0] IFResultW;
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
  // Decode stage
 | 
					  // Decode stage
 | 
				
			||||||
  assign Rs1D      = InstrD[19:15]
 | 
					  assign Rs1D      = InstrD[19:15];
 | 
				
			||||||
  assign Rs2D      = InstrD[24:20];
 | 
					  assign Rs2D      = InstrD[24:20];
 | 
				
			||||||
  assign RdD       = InstrD[11:7];
 | 
					  assign RdD       = InstrD[11:7];
 | 
				
			||||||
  regfile regf(clk, reset, RegWriteW, Rs1D, Rs2D, RdW, ResultW, R1D, R2D);
 | 
					  regfile regf(clk, reset, RegWriteW, Rs1D, Rs2D, RdW, ResultW, R1D, R2D);
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user