Forum Discussion
Altera_Forum
Honored Contributor
14 years agoThere are no gates inside a FPGA which can be re-arranjed.
There are just logic elements which can be programmed in different ways. If you want to create delay lines, you can use use LCELL or CARRY primitive. You can also use a family specific primitive, such as "cycloneiii_lcell_comb", but the above ones should be good enough.