Forum Discussion
Altera_Forum
Honored Contributor
14 years agoplace and route data output
Hello, Given a design in verilog, is it possible to view the routing information of my design on an fpga? What I'm after is placement information (which LE blocks are connected to eacho...
Altera_Forum
Honored Contributor
14 years agoNo there is an option called show physical routing .
It will show you the total hops and how actually the routing was done. Now even if you want more then during report timing by time quest enable the option show_routing_details and it will show you the whole routing in the timing reports. Good luck