File name
HiZ_SinglePin_OUT.nsl
Function
Example code of uni-direction signal with high impedance control.
Explane
This code shown uni-direction signal control example.
A uni-direction line is declared as ‘HiZIO_pin’.
At ‘OEN’ is ‘H’, a value of ‘OUT_to_HiZIO’ is transfered to ‘HiZIO_pin’.
Also, ‘OEN’ signal is ‘L’, ‘HiZIO_pin’ signal will be ‘Hi-Z’ status.
OEN | OUT_to_HiZIO |
L | HiZ |
H | OUT_to_HiZIO |
Note
Even if designer wants to need an output direction signal, it **SHOULD** declare ‘High-Impedance’ pin with ‘**INOUT**’ property.
The NSL synthesis tool does not generate ‘High-Impedance’ pin with ‘output’ property.