Continuous Assignments: Characteristics
1) Left-hand side (LHS) must be
2) Always active: When one of the
right-hand side (RHS) operands
changes, expression is evaluated,
3) RHS can be net, register, or
4) Delay values can be assigned to
wire adder_out = mult_out + out
assign adder_out = mult_out + out