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
Copy file name to clipboardExpand all lines: doc/src/vpr/command_line_usage.rst
+18-18Lines changed: 18 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -1520,26 +1520,26 @@ VPR uses a negotiated congestion algorithm (based on Pathfinder) to perform rout
1520
1520
1521
1521
.. option:: --generate_net_timing_report{on|off}
1522
1522
1523
-
Generates a report that lists the bounding box, slack, and delay of every routed connection in a design in csv format (``report_net_timing.csv``). Fields in the report are:
1523
+
Generates a report that lists the bounding box, slack, and delay of every routed connection in a design in CSV format (``report_net_timing.csv``). Each row in the CSV corresponds to a single net.
1524
+
1525
+
Fields in the report are:
1524
1526
1525
1527
.. code-block:: none
1526
-
netname: The name assigned to the net in atom netlist
1527
-
Fanout : Net's fanout
1528
-
bb_xmin: X coordinate of the net's bounding box's bottom left corner
1529
-
bb_ymin: Y coordinate of the net's bounding box's bottom left corner
1530
-
bb_layer_min: Lowest layer number of the net's bounding box
1531
-
bb_xmax: X coordinate of the net's bounding box's top right corner
1532
-
bb_ymax: Y coordinate of the net's bounding box's top right corner
1533
-
bb_layer_max: Highest layer number of the net's bounding box
1534
-
src_pin_name: Name of the net's source pin
1535
-
src_pin_slack: Slack of the net's source pin
1536
-
sink_1_pin_name: Name of the net's first sink pin
1537
-
sink_1_pin_slack: Slack of the net's first sink pin
1538
-
sink_1_pin_delay: Delay of the net's first sink pin
1539
-
sink_2_pin_name: Name of the net's second sink pin
1540
-
sink_2_pin_slack: Slack of the net's second sink pin
1541
-
sink_2_pin_delay: Delay of the net's second sink pin
1542
-
...
1528
+
netname : The name assigned to the net in the atom netlist
1529
+
Fanout : Net's fanout (number of sinks)
1530
+
bb_xmin : X coordinate of the net's bounding box's bottom-left corner
1531
+
bb_ymin : Y coordinate of the net's bounding box's bottom-left corner
1532
+
bb_layer_min : Lowest layer number of the net's bounding box
1533
+
bb_xmax : X coordinate of the net's bounding box's top-right corner
1534
+
bb_ymax : Y coordinate of the net's bounding box's top-right corner
1535
+
bb_layer_max : Highest layer number of the net's bounding box
1536
+
src_pin_name : Name of the net's source pin
1537
+
src_pin_slack : Setup slack of the net's source pin
1538
+
sinks : A semicolon-separated list of sink pin entries, each in the format:
0 commit comments