Forum Discussion
Altera_Forum
Honored Contributor
13 years agoHigh impedance should only be used on external pins when it is required (usually on a bidirectional bus).
On internal signals the FPGA hardware isn't capable of putting a line in high impedance, so if you use it the synthesizer will change it to OR gates. It is absolutely possible to use it inside an FPGA design but it is considered bad practise because it doesn't correspond to the generated hardware.