forked from Github_Repos/cvw
Removed .*s from muldiv.sv
This commit is contained in:
parent
86ff349baf
commit
40efffc70b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user