Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
18 years ago

Quartus II

Hey

In the Max+Plus II to find the next Node i was using the left mouse click on the node => fine node source/destination. how can i perform this action in the Quartus II?:p

1 Reply

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    If I remember correctly, you're talking about locating from a timing path to the floorplan in Max+Plus II, correct?

    Quartus has much more cross-probing capabilities, see:

    http://www.altera.com/products/software/switching/x/images/cross_probing_chart.pdf

    So if looking at a timing path in your Compilation Report, you can right-click and Locate to the Timing Closure Floorplanner or the Chip Planner(similar floorplans, and I think these two are being merged.) You can also do a List Path, which will give you textual, line-by-line information of your critical path. From here, you can right click and list the whole path, or right click on an individual line/node and Right-Click, Locate to a floorplanner, to see an individual node.

    Once you're in the floorplanner, go under View -> Equations is turned on. This will open a 3-panel window on the bottom of your floorplanner. The midle panel shows what you have highlighted, and the left and right panels show what the fan-in and fan-out of the middle panel is. You can use this for maneuvering. For example, if you have a node in the middle panel and the fan-out shows 50 nodes that it fans out to, you can highlight 1, 10, or all of the nodes and then click on the Go To-> button, and it will jump to those highlighted nodes. If you hit the <-Go To button, it will jump back to the node you were previously on(unless you specifically highlight something different from the left panel).

    There's a lot more power here, but it takes a few minutes to get used to.