Skip to content

Commit d31435e

Browse files
committed
shorten
1 parent be2688f commit d31435e

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

libs/librrgraph/src/base/rr_graph_view.h

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,14 @@
55
* @file
66
* @brief The RRGraphView class provides a read-only interface to access the RRGraph.
77
*
8-
* The RRGraphView class offers tools like routing algorithms, graphics, and statistical analysis
9-
* a read-only interface to the underlying RRGraph, which models the programmable routing fabric
10-
* of the FPGA. The fundamental data structure of the RRGraph is a graph consisting of nodes
11-
* (representing routing resources) and outgoing edges (representing connections between routing resources).
8+
* The RRGraphView class provides a read-only interface for tools like the router, timing analyzer,
9+
* and others that require access to the RRGraph without modifying it. The RRGraph models the
10+
* programmable routing fabric of the FPGA as a graph, consisting of nodes (representing routing resources)
11+
* and outgoing edges (representing connections between these resources).
1212
*
13-
* Each node and edge is enhanced with additional metadata, such as the location of the node within
14-
* the chip and electrical parameters, to make algorithms more efficient, aid in drawing the chip,
15-
* and estimate signal delays. RRGraphView ensures that tools can access this data safely without
16-
* modifying the underlying structure.
13+
* Each node and edge is supplemented with additional metadata, such as the physical location within
14+
* the chip and electrical properties, to optimize algorithm efficiency, aid in visualizing the chip layout,
15+
* and estimate signal delays.
1716
*
1817
*
1918
* \internal

0 commit comments

Comments
 (0)