Forum Discussion
Altera_Forum
Honored Contributor
15 years agoJust as a side note to tidy up the code: you could replace that process with:
AD <= testdata when N_OE = '0' else (others => 'Z');Just as a side note to tidy up the code: you could replace that process with:
AD <= testdata when N_OE = '0' else (others => 'Z');