Verilog Assignments
Few examples on Verilog assignment If you refer to v2005 LRM, there are 2 interesting definitions, an extract of which is pasted below – 6.1 Continuous assignments Drives values onto nets, both vector and scalar; this assignment shall occur whenever the value of the right-hand side changes. An example is below: assign a = b; …