Skip to content

Commit 38d83cd

Browse files
committed
Fixing unclear text in -include example in run_vtr_flow doc
1 parent cf3b45a commit 38d83cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/vtr/run_vtr_flow.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Will run the VTR flow (default configuration) with Yosys frontend using Parmys p
9595
# Using the Parmys (Partial Mapper for Yosys) plugin as partial mapper with include files
9696
./run_vtr_flow <path/to/Verilog/File> <path/to/arch/file> -include <path/to/include/directory>/*.v*
9797
98-
Will run the VTR flow (default configuration) with Yosys frontend using Parmys plugin as partial mapper. In addition to the main circuit passed in with the architecture, it will also pass in every matching HDL file within the include directory.
98+
Will run the VTR flow (default configuration) with Yosys frontend using Parmys plugin as partial mapper. In addition to the main circuit passed in with the architecture, it will also pass in every HDL file with the specified file type within the include directory.
9999

100100
Detailed Command-line Options
101101
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)