D
Daku
Guest
Could some Verilog guru please clarify a small thing ? Recently, while
going over some RTL code I saw:
dff #(1) d0_0 (
..l1clk(l1clk),
..siclk(siclk),
..soclk(soclk),
..d(fdin[0:0]),
..si(scan_in),
..so(scan_out),
..q(dout[0:0])
);
May I know what the "#(1)" is supposed to mean, in this context,
i.e., instantiating a dff ?
Any hints, suggestions would be of immense help. Thanks in
advance.
going over some RTL code I saw:
dff #(1) d0_0 (
..l1clk(l1clk),
..siclk(siclk),
..soclk(soclk),
..d(fdin[0:0]),
..si(scan_in),
..so(scan_out),
..q(dout[0:0])
);
May I know what the "#(1)" is supposed to mean, in this context,
i.e., instantiating a dff ?
Any hints, suggestions would be of immense help. Thanks in
advance.