presto
Member level 1
modelsim delta delay problem
Hi, there,
I think this code can delay the 'wufifo_out' for one cycle.
However, it's waveform goes as illustrated in the attachment.
NB. the 'wufifo_out' is changing at the rising edge of 'sys_clk' as well.
So what should I do if I want to delay the 'wufifo_out' for one cycle?
Many thanks
David
Hi, there,
I think this code can delay the 'wufifo_out' for one cycle.
Code:
process
begin
wait until rising_edge(sys_clk);
test <= wufifo_out;
end process;
However, it's waveform goes as illustrated in the attachment.
NB. the 'wufifo_out' is changing at the rising edge of 'sys_clk' as well.
So what should I do if I want to delay the 'wufifo_out' for one cycle?
Many thanks
David