Removed .* from hazard hzu(.*).

This commit is contained in:
slmnemo 2021-11-17 14:21:23 -08:00
parent a98dcd11ee
commit 870549c01a

View File

@ -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( hazard hzu(
.BPPredWrongE, .CSRWritePendingDEM, .RetM, .TrapM, .BPPredWrongE, .CSRWritePendingDEM, .RetM, .TrapM,