Can 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...