Revert "same as last breaking commit, testing if the bisect works to output a breaking commit."

This reverts commit 910475ea56.

gottem
This commit is contained in:
slmnemo 2022-05-17 17:26:33 -07:00
parent 910475ea56
commit ebeebf3bfc

View File

@ -88,7 +88,7 @@ module datapath (
logic [`XLEN-1:0] IFResultW;
// Decode stage
assign Rs1D = InstrD[19:15]
assign Rs1D = InstrD[19:15];
assign Rs2D = InstrD[24:20];
assign RdD = InstrD[11:7];
regfile regf(clk, reset, RegWriteW, Rs1D, Rs2D, RdW, ResultW, R1D, R2D);