You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should give a high level overview of the RRGraphView data structure / API in our doxygen documentation.
Current Behaviour
Currently we dive right into methods.
Possible Solution
Explain the RRGraph describes the programmable routing fabric of the FPGA (all wires and switches). RRGraphView provides a read-only interface, which tools like the router, graphics, and statistics need.
Should also explain that the fundamental data structures is a graph (nodes and out-going edges) with extra information like the location within the chip and electrical parameters added to help make algorithms more efficient, draw the chip, and estimate delays.
The text was updated successfully, but these errors were encountered:
Proposed Behaviour
We should give a high level overview of the RRGraphView data structure / API in our doxygen documentation.
Current Behaviour
Currently we dive right into methods.
Possible Solution
Explain the RRGraph describes the programmable routing fabric of the FPGA (all wires and switches). RRGraphView provides a read-only interface, which tools like the router, graphics, and statistics need.
Should also explain that the fundamental data structures is a graph (nodes and out-going edges) with extra information like the location within the chip and electrical parameters added to help make algorithms more efficient, draw the chip, and estimate delays.
The text was updated successfully, but these errors were encountered: