Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b0380c2

Browse files
committedSep 25, 2024·
reformat
1 parent d31435e commit b0380c2

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed
 

‎libs/librrgraph/src/base/rr_graph_view.h

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,11 @@
33

44
/**
55
* @file
6-
* @brief The RRGraphView class provides a read-only interface to access the RRGraph.
6+
* @brief The RRGraphView encapsulates a read-only routing resource graph as most clients (router, timing analyzer, etc.) only need to read a routing-resource graph.
77
*
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
8+
* The RRGraph models the
109
* programmable routing fabric of the FPGA as a graph, consisting of nodes (representing routing resources)
11-
* and outgoing edges (representing connections between these resources).
12-
*
13-
* Each node and edge is supplemented with additional metadata, such as the physical location within
10+
* and outgoing edges (representing connections between these resources). Each node and edge is supplemented with additional metadata, such as the physical location within
1411
* the chip and electrical properties, to optimize algorithm efficiency, aid in visualizing the chip layout,
1512
* and estimate signal delays.
1613
*

0 commit comments

Comments
 (0)
Please sign in to comment.