Page 1 of 1

Sharing cabels for input and output

Posted: Thu Jan 09, 2020 12:28 pm
by Vavrik
Hi, I am making my own latch based RAM and I want to make data input and output the same wire. Is it possible without getting the tristate error?

Re: Sharing cabels for input and output

Posted: Thu Jan 09, 2020 1:33 pm
by admin
You need to use tri-state buffer on your outputs

Re: Sharing cabels for input and output

Posted: Fri Jan 10, 2020 5:02 am
by Vavrik
Thanks, I was just confused because I thought that you cannot input on the output pin (or output on the input pin).