Xilinx - Proper VHDL for Bidirectional Pins

=_NextPart_000_000C_01C488FC.1BCD9310 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable

What is the proper VHDL code for bidirectional pins on a Xilinx chip? I used the code below but the chip runs hot.

SRAM_BIDIRECTIONAL_PINS:process(SRAM_W_SIGNAL_5,SRAM_DQA_SIGNAL_5,SRAM_DQ= B_SIGNAL_5 ) begin if(SRAM_W_SIGNAL_5 =3D '1') then SRAMDQA

Reply to
Brad Smallridge
Loading thread data ...

You should use tri-state buffers.

SRAMDQA 'Z');

x What is the proper VHDL code for bidirectional pins on a Xilinx chip?

Reply to
Inquiring Guy

ElectronDepot website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.