Altera_Forum
Honored Contributor
12 years agoRouting Help
I am trying to design a circuit on an FPGA that has a vhdl component that I generate 216 to 1024 times. It is important that all instances of this identical component have near identical routing within an FPGA.
This circuit is a physical unclonable function, which requires this routing to be identical in order to work properly. Is it possible to set the routing condition on my vhdl component so that each generated instance will have the same routing requirements in Quartus? I know there is the design floor plan, but it seems like I need to do every single component manually. There must be an easier way...