mult instances: consistent naming style

main
Rejeesh Kutty 2014-03-12 15:42:47 -04:00
parent 64a89ff66b
commit fd14607da5
2 changed files with 2 additions and 2 deletions

View File

@ -105,7 +105,7 @@ module ad_csc_1_mul (
.LATENCY (3),
.WIDTH_A (17),
.WIDTH_B (9))
MULT_MACRO_inst (
i_mult_macro (
.CE (1'b1),
.RST (1'b0),
.CLK (clk),

View File

@ -96,7 +96,7 @@ module ad_mul_u16 (
.LATENCY (3),
.WIDTH_A (17),
.WIDTH_B (17))
MULT_MACRO_inst (
i_mult_macro (
.CE (1'b1),
.RST (1'b0),
.CLK (clk),