Skip to content

Commit 97e355b

Browse files
authored
doc: additional formatting fix to command_line_usage.rst
1 parent ea43dc8 commit 97e355b

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

doc/src/vpr/command_line_usage.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1246,10 +1246,13 @@ Analysis Options
12461246
Finally, is interesting to note that the consecutive channel components may not seem to connect. There are two types of occurences:
12471247

12481248
1. The preceding channel's ending coordinates extend past the following channel's starting coordinates (example from a different path):
1249+
12491250
.. code-block:: none
1251+
12501252
| (chany:2113 unnamed_segment_0 length:2 (1, 3) -> (1, 1)) 0.116 0.405
12511253
| (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).
1254+
1255+
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).
12531256

12541257
2. The preceding channel's ending coordinates have no relation to the following channel's starting coordinates.
12551258
There is no logical contradiction, but for clarification, it is best to see an explanation of the VPR coordinate system.
@@ -1264,10 +1267,15 @@ Analysis Options
12641267
:numref:`fig_path_2` shows the routing resources used in Path #2 and their locations on the FPGA.
12651268

12661269
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).
1270+
12671271
2. The signal proceeds to the left, then connects to the outermost, blue vertical segment of length 0 (CHANY:2139).
1272+
12681273
3. The signal continues downward and attaches to the horizontal segment of length 1 (CHANX:2040).
1274+
12691275
4. Of the aforementioned horizontal segment, after travelling one linear unit to the right, the signal jumps on a vertical segment of length 0 (CHANY:2166).
1276+
12701277
5. The signal travels upward and promptly connects to a horizontal segment of length 0 (CHANX:2076).
1278+
12711279
6. This segment connects to the green destination io (3,4).
12721280

12731281
**Default:** ``netlist``

0 commit comments

Comments
 (0)