Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
17054 Discussions

Highlight routing in Chip Planner

dj-park
New Contributor I
1,629 Views

I've seen that some people complained about highlighting nets in Quartus's chip planner, and I am one of them.

https://community.intel.com/t5/Intel-Quartus-Prime-Software/Which-Quartus-Version-has-Viewing-Connection-Highlight-Routing/m-p/1383695#M73655

https://community.intel.com/t5/Intel-Quartus-Prime-Software/Chip-planner-modern-art/m-p/1456082

 

Below is RTL Viewer. I want to see highlighted nets below on Chip Planner.

If I right-click nodes(u_leaf_4 or u_leaf_5 in the screenshot below), there is an option to

locate the node on Chip Planner. But when I select nets, there is no such option.

Screenshot from 2023-04-28 11-03-20.png

 

Does anyone know how to select routing in the RTL Viewer and check it in the Chip Planner?

0 Kudos
1 Solution
Nurina
Employee
1,484 Views

Hello,

 

Nope. You can leave the maximum slack limit blank.

You can report all timing paths by putting 0 at "Report number of paths", however this can be time consuming because there could be hundreds and thousands of timing paths. I would just put a large number until it starts reporting positive slack. You can also sort the paths by slack in the timing report by clicking "Slack" on the panel.

 

Nurina_0-1683253688132.png

 

 

Regards,

Nurina

 

View solution in original post

6 Replies
Nurina
Employee
1,574 Views

Hello,


Thank you for using Intel Communities.

May I know which version of Quartus you are using and what is your target device?


Thanks,

Nurina


0 Kudos
dj-park
New Contributor I
1,555 Views

I am using Quartus Prime Pro 23.1

0 Kudos
Nurina
Employee
1,537 Views

Hello,


The reason you cannot highlight a route in chip planner from RTL viewer is because the RTL viewer is the synthesised RTL code you have written (Analysis & Synthesis stage). From there Quartus will perform place & route and also register retiming during the Fitter stage so the routes in the chip planner are entirely different from what you see in the RTL viewer. This is why you don't have the option to highlight route in Chip Planner from RTL viewer.


My suggestion is to cross probe from Timing Analyzer as you can locate path in Chip Planner from here. What you can do is report timing of the particular node you want to highlight in Chip Planner.

https://www.intel.com/content/www/us/en/docs/programmable/683432/21-4/tcl_pkg_sta_ver_1.0_cmd_report_timing.html


You can also do the report_timing on Timing Analyzer GUI. On Timing Analyzer, go to Reports>Timing Slack>Report Timing. In your targets, you can go to From and click on the 3 dots to open Node Finder and search for u_leaf_4.


From the report, you can right click on the path and locate in Chip Planner.


0 Kudos
dj-park
New Contributor I
1,517 Views

Thanks for the information. I tried
Reports>Timing Slack>Report Timing
in Timing Analyzer.

And it seems like we can probe only that nets that fail in timing.. Is this correct?

0 Kudos
Nurina
Employee
1,485 Views

Hello,

 

Nope. You can leave the maximum slack limit blank.

You can report all timing paths by putting 0 at "Report number of paths", however this can be time consuming because there could be hundreds and thousands of timing paths. I would just put a large number until it starts reporting positive slack. You can also sort the paths by slack in the timing report by clicking "Slack" on the panel.

 

Nurina_0-1683253688132.png

 

 

Regards,

Nurina

 

Nurina
Employee
1,429 Views

Hi,


I’m glad that your question has been addressed, I now transition this thread to community support. If you have a new question, please login to https://supporttickets.intel.com , view details of the desire request, and post a feed/response within the next 15 days to allow me to continue to support you. After 15 days, this thread will be transitioned to community support. The community users will be able to help you on your follow-up questions.


p/s: If any answer from community or Intel support are helpful, please feel free to mark as solution, give Kudos and rate 4/5 survey


Regards,

Nurina


0 Kudos
Reply