Skip to content

verilog port direction

Shunning Jiang edited this page May 28, 2017 · 5 revisions

"A continuous assignment is implied when a variable is connected to an input port declaration. This makes assignments to a variable declared as an input port illegal. A continuous assignment is implied when a variable is connected to the output port of an instance. This makes procedural or continuous assignments to a variable connected to the output port of an instance illegal."

Clone this wiki locally