1bit Hi-Z OUTPUT single direction I/O


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.

OENOUT_to_HiZIO
LHiZ
HOUT_to_HiZIO
TruthTable

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.

PAGE TOP