forked from Github_Repos/cvw
removed .* from muldiv.sv (REAL)
This commit is contained in:
parent
c5c886ddc1
commit
bf8cef78bc
@ -53,10 +53,12 @@ module muldiv (
|
||||
|
||||
// Multiplier
|
||||
mul mul(
|
||||
.clk, .reset,
|
||||
.StallM, .FlushM,
|
||||
.SrcAE, .SrcBE,
|
||||
.Funct3E, .ProdM);
|
||||
.clk, .reset,
|
||||
.StallM, .FlushM,
|
||||
.ForwardedSrcAE, .ForwardedSrcBE,
|
||||
.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