Forum Discussion
Altera_Forum
Honored Contributor
13 years agoCheck the synthesis results. Once upon a time, the recommended syntax for a tri-state was to have the 'Z' first, i.e.,
io <= 'Z' when (io_oe = '0') else io_out;
But that could have been 'fixed' in newer versions of the tools. Cheers, Dave