Forum Discussion
Altera_Forum
Honored Contributor
8 years agoCan I safely ignore warning that output pin cannot be tristated?
Dear all, I have the following code for driving the output and input of my design:
Fout_DATA <= DATA;
Fout_BE <= BE;
Fout_RXF <= RXF;
Fout_TXE <= TXE;
WR <= Fin_WR;
DATA(31 downto 16) <= i...
Altera_Forum
Honored Contributor
8 years agoAs long as the tri-state is the only thing that ultimately connects to the IO pin, it doesnt matter where in the hierarchy it is.
And for fout_Data, you have done the right thing. You should be able to read it when be_out_en is '0'.