M
Manfred Balik
Guest
Hello,
I am using an Altera MAX3000A CPLD to make level conversion from 5V-TTL to
3.3V-TTL (and further jobs...).
My problem is - I can't connect two bidirectional ports directly to get a
bidirectional connection.
I'm using Altera Quartus II, a direct connection produces an error message
and a simple VHDL-block doesn't solve the problem, too.
my VHDL-code is like:
ENTITY ...
port1 : INOUT STD_LOGIC;
port2 : INOUT STD_LOGIC;
ARCHITECTURE...
port1 <= port2;
port2 <= port1;
How can I make a bidirectional connection between two bidirectional ports???
thanks, Manfred
I am using an Altera MAX3000A CPLD to make level conversion from 5V-TTL to
3.3V-TTL (and further jobs...).
My problem is - I can't connect two bidirectional ports directly to get a
bidirectional connection.
I'm using Altera Quartus II, a direct connection produces an error message
and a simple VHDL-block doesn't solve the problem, too.
my VHDL-code is like:
ENTITY ...
port1 : INOUT STD_LOGIC;
port2 : INOUT STD_LOGIC;
ARCHITECTURE...
port1 <= port2;
port2 <= port1;
How can I make a bidirectional connection between two bidirectional ports???
thanks, Manfred