Skip to content

Commit ea43dc8

Browse files
authored
doc: fixed formatting in command_line_usage.rst
1 parent cadac33 commit ea43dc8

File tree

1 file changed

+15
-11
lines changed

1 file changed

+15
-11
lines changed

doc/src/vpr/command_line_usage.rst

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1232,21 +1232,24 @@ Analysis Options
12321232
* ``14`` ps input pin of a ``io`` block to ``.output``.
12331233

12341234
In the initial description we referred to the existence of global nets, which also occur in this net:
1235-
1236-
clk.inpad[0] (.input at (4,2)) 0.000 0.000
1237-
| (intra 'io' routing) 0.042 0.042
1238-
| (inter-block routing:global net) 0.000 0.042
1239-
| (intra 'clb' routing) 0.000 0.042
1240-
FFC.clk[0] (.latch at (3,3)) 0.000 0.042
1235+
1236+
.. code-block:: none
1237+
1238+
clk.inpad[0] (.input at (4,2)) 0.000 0.000
1239+
| (intra 'io' routing) 0.042 0.042
1240+
| (inter-block routing:global net) 0.000 0.042
1241+
| (intra 'clb' routing) 0.000 0.042
1242+
FFC.clk[0] (.latch at (3,3)) 0.000 0.042
12411243
12421244
Global nets are unrouted nets, and their route trees happen to be null.
12431245

12441246
Finally, is interesting to note that the consecutive channel components may not seem to connect. There are two types of occurences:
12451247

1246-
1. The preceding channel's ending coordinates extend past the following channel's starting coordinates (example from a different path):
1247-
| (chany:2113 unnamed_segment_0 length:2 (1, 3) -> (1, 1)) 0.116 0.405
1248-
| (chanx:2027 unnamed_segment_0 length:0 (1, 2) -> (1, 2)) 0.078 0.482
1249-
It is possible that by opening a switch between (1,2) to (1,1), CHANY:2113 actually only extends from (1,3) to (1,2).
1248+
1. The preceding channel's ending coordinates extend past the following channel's starting coordinates (example from a different path):
1249+
.. code-block:: none
1250+
| (chany:2113 unnamed_segment_0 length:2 (1, 3) -> (1, 1)) 0.116 0.405
1251+
| (chanx:2027 unnamed_segment_0 length:0 (1, 2) -> (1, 2)) 0.078 0.482
1252+
It is possible that by opening a switch between (1,2) to (1,1), CHANY:2113 actually only extends from (1,3) to (1,2).
12501253
12511254
2. The preceding channel's ending coordinates have no relation to the following channel's starting coordinates.
12521255
There is no logical contradiction, but for clarification, it is best to see an explanation of the VPR coordinate system.
@@ -1258,7 +1261,8 @@ Analysis Options
12581261

12591262
Illustration of Path #2 with insight into the coordinate system.
12601263

1261-
:numref:`fig_path_2` shows the routing resources used in Path #2 and their locations on the FPGA.
1264+
:numref:`fig_path_2` shows the routing resources used in Path #2 and their locations on the FPGA.
1265+
12621266
1. The signal emerges from near the top-right corner of the block to_FFC (OPIN:1479) and joins the topmost horizontal segment of length 1 (CHANX:2073).
12631267
2. The signal proceeds to the left, then connects to the outermost, blue vertical segment of length 0 (CHANY:2139).
12641268
3. The signal continues downward and attaches to the horizontal segment of length 1 (CHANX:2040).

0 commit comments

Comments
 (0)