Removed .*s from muldiv.sv

This commit is contained in:
slmnemo 2021-11-17 13:23:12 -08:00
parent 86ff349baf
commit 40efffc70b

View File

@ -51,7 +51,11 @@ module muldiv (
logic W64M;
// Multiplier
mul mul(.*);
mul mul(
.clk, .reset,
.StallM, .FlushM,
.SrcAE, .SrcBE,
.Funct3E, .ProdM);
// Divide
// Start a divide when a new division instruction is received and the divider isn't already busy or finishing