P
Pasacco
Guest
Hi
In VHDL, when we assign value to signal a, we can use following:
// VHDL : assign all bits to zero
a <= (others => '0');
What is verilog syntax to do same?
Thank you in advance
In VHDL, when we assign value to signal a, we can use following:
// VHDL : assign all bits to zero
a <= (others => '0');
What is verilog syntax to do same?
Thank you in advance