T
Tobias Möglich
Guest
Hello
An application question.
I want to design a Tristate buffer for a data bus. dinb is the input
data port of a BlockRAM
dataDSP is the bus of a DSP controller.
Isn't it possible to create the tristate buffer in the way I quoted at
the bottom of this article ???
It doesn't work.
What's wrong ??
WRITING to BlockRAM
-----------------------------
....
if (cs = '0') then
dinb <= data_DSP;
else
dinb <= (others=>'Z');
Thanks for any help.
Tobias Möglich
An application question.
I want to design a Tristate buffer for a data bus. dinb is the input
data port of a BlockRAM
dataDSP is the bus of a DSP controller.
Isn't it possible to create the tristate buffer in the way I quoted at
the bottom of this article ???
It doesn't work.
What's wrong ??
WRITING to BlockRAM
-----------------------------
....
if (cs = '0') then
dinb <= data_DSP;
else
dinb <= (others=>'Z');
Thanks for any help.
Tobias Möglich