Forum Discussion
Altera_Forum
Honored Contributor
15 years agoDelay line withine Cyclone3 device
Hi Folks, I want to implement a delay line in my Cyclone 3 FPGA. Therefore I wrote the following a process in VHDL file:
BEGIN
IF (rising_edge(CLK)) THEN
temp_sign_...
Altera_Forum
Honored Contributor
15 years agoI just want to ask why? trying to align signals like this is never going to work reliably. secondly: why have you got all the combinatorial logic in a process?