mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Removed .*s from muldiv.sv
This commit is contained in:
parent
86ff349baf
commit
40efffc70b
@ -51,7 +51,11 @@ module muldiv (
|
|||||||
logic W64M;
|
logic W64M;
|
||||||
|
|
||||||
// Multiplier
|
// Multiplier
|
||||||
mul mul(.*);
|
mul mul(
|
||||||
|
.clk, .reset,
|
||||||
|
.StallM, .FlushM,
|
||||||
|
.SrcAE, .SrcBE,
|
||||||
|
.Funct3E, .ProdM);
|
||||||
|
|
||||||
// Divide
|
// Divide
|
||||||
// Start a divide when a new division instruction is received and the divider isn't already busy or finishing
|
// 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