ALTDDIO IP Cyclone V GT
Hi,
I’m using the ALTDDIO intellectual property but I have problems with it.
The ALTDDIO-Input works very well.
The ALTDDIO-Output does not work. I generate a clock, input signals (reset, data_in) but the output of the component is always 0. I check the reset signal. In the simulation it works well.
Can you help me?
Thanks
Bryan
ALTDDIOOUT_inst1 : ALTDDIOOUT -- MY code
PORT map
(
aclr => reset, --signal active high
outclock => clock_200MHz, -- clock
datain_h => d_ram_out_1h, --x”AAAAA”
datain_l => d_ram_out_1l, --x”55555”
dataout => D_RAM(17 downto 0) -- remain x“00000”
);
Hi,
I discovered that the ALTDDIO works but I can not monitor its output with Signal-tap.
Thank you for the support.
BR
Bryan