Update mdu.sv

Program clean up
This commit is contained in:
Harshini Srinath 2023-06-12 13:54:54 -07:00 committed by GitHub
parent 6ad67a8102
commit e7ef3d2136
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -84,5 +84,3 @@ module mdu import cvw::*; #(parameter cvw_t P) (
// Writeback stage pipeline register // Writeback stage pipeline register
flopenrc #(P.XLEN) MDUResultWReg(clk, reset, FlushW, ~StallW, MDUResultM, MDUResultW); flopenrc #(P.XLEN) MDUResultWReg(clk, reset, FlushW, ~StallW, MDUResultM, MDUResultW);
endmodule // mdu endmodule // mdu