Forum Discussion
Altera_Forum
Honored Contributor
9 years agoNo, it is not. a will be as simulation - it will be 0 when x = 1 and 1 when x = 0
This is just a registered inverter. A single always block can always be condensed into logic (and registers if it is a synchronous process). For any given event, there is a single output. You only get multiple drivers with more than 1 always blocks or assignments as multiple events cause multiple drivers on the same signal.