Forum Discussion
Altera_Forum
Honored Contributor
14 years agoIs it possible to make a bottom level design
Hi all! I am a student and recently my professor ask me to see if it is possible to create delay lines with FPGA ( by cascading buffers or inverters together ) so that we may be able to test ch...
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.