J
Jluis
Guest
Hi everyone!!!
I´m implementing a PROCESSOR in VHDL, but I have a problem when I try
to connect the componets in my top file. The problem is when I assign
many sources at one signal(on the Port Map), i.e. My signals are
conected at one bus. like this::
U1: instreg PORT MAP( opcode => opcode,datain => bus, DIRout => buss,
Kout => buss, dataout => buss, etc.....);
U2: proc PORT MAP(datain => buss, dataout => buss, etc....);
I also read that I can implement a Resolution Functions to solve this
problem, but You know, the resolution function is not supported for
Max-Plus II. ....
does everybody know how I can solve this problem or know other way to
implement it?
I used MaxPlus and FPGA from ALTERA,
thanks in advance
best regards
JLuis
MÉXICO
I´m implementing a PROCESSOR in VHDL, but I have a problem when I try
to connect the componets in my top file. The problem is when I assign
many sources at one signal(on the Port Map), i.e. My signals are
conected at one bus. like this::
U1: instreg PORT MAP( opcode => opcode,datain => bus, DIRout => buss,
Kout => buss, dataout => buss, etc.....);
U2: proc PORT MAP(datain => buss, dataout => buss, etc....);
I also read that I can implement a Resolution Functions to solve this
problem, but You know, the resolution function is not supported for
Max-Plus II. ....
does everybody know how I can solve this problem or know other way to
implement it?
I used MaxPlus and FPGA from ALTERA,
thanks in advance
best regards
JLuis
MÉXICO