Skip to content

Commit fb7d635

Browse files
committed
Merge branch 'doc_typos' of https://github.com/verilog-to-routing/vtr-verilog-to-routing into doc_typos
2 parents 2191a1e + 2fa4dfe commit fb7d635

File tree

2 files changed

+306
-49
lines changed

2 files changed

+306
-49
lines changed

doc/src/vtr/run_vtr_flow.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,6 @@ They will cause VPR to perform only :ref:`packing and placement <general_options
6565
# Using the Yosys conventional Verilog parser
6666
./run_vtr_flow <path/to/Verilog/File> <path/to/arch/file>
6767
68-
# Using the Yosys-SystemVerilog plugin if installed, otherwise the Yosys conventional Verilog parser
69-
./run_vtr_flow <path/to/SystemVerilog/File> <path/to/arch/file> -parser system-verilog
70-
7168
Running the VTR flow with the default configuration using the Yosys standalone front-end.
7269
The parser for these runs is considered the Yosys conventional Verilog/SystemVerilog parser (i.e., ``read_verilog -sv``), as the parser is not explicitly specified.
7370

@@ -78,7 +75,9 @@ The parser for these runs is considered the Yosys conventional Verilog/SystemVer
7875
7976
Will run the VTR flow (default configuration) with Yosys-Slang plugin for Yosys frontend using Parmys plugin as partial mapper.
8077
The Yosys-Slang SystemVerilog parser supports the (i.e., ``read_slang``) command. Yosys-Slang builds on top of the slang library to provide comprehensive SystemVerilog support.
81-
Enable the Yosys-Slang plugin with the ``-DSLANG_SYSTEMVERILOG=ON`` compile flag for the Parmys front-end.
78+
Enable the Yosys-Slang plugin with the ``-DSLANG_SYSTEMVERILOG=ON`` compile flag while building the VTR project with yosys as a frontend.
79+
80+
.. note:: Yosys-Slang is currently **experimental**.
8281

8382
.. code-block:: bash
8483

0 commit comments

Comments
 (0)