Altera_Forum
Honored Contributor
13 years ago'Process' way of work
Hi,
I'm having a problem concerning VHDL understanding of the 'Process' way of work. Inside the Process, I assigned "idan_input" into "idan_input_buff" (after the "elsif clk'event and clk='1' then"). The signal "idan_input" is changing randomly from the Testbanch but the problem is that "idan_input_buff" signal is changing at the exact same time . How could it be??? According to my knowledge, I would expected to see "idan_input_buff" changing one cycle after "idan_input" has been chained. RTL confirm that should be one cycle delay due to D.F! Please help…:confused: Idan