Skip to content

Commit 2f34458

Browse files
authored
Merge pull request #2151 from verilog-to-routing/yosys_uhdm_docs
Update Yosys Plugins Documentation
2 parents 6eb8a0a + 36d7800 commit 2f34458

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
@@ -309,7 +309,7 @@ Detailed Command-line Options
309309
.. note::
310310

311311
Universal Hardware Data Model (UHDM) is a complete modeling of the IEEE SystemVerilog Object Model with VPI Interface, Elaborator, Serialization, Visitor and Listener.
312-
UHDM is used as a compiled interchange format in between SystemVerilog tools.
312+
UHDM is used as a compiled interchange format in between SystemVerilog tools. Typical inputs to the UHDM flow are files with ``.v`` or ``.sv`` extensions.
313313
The ``yosys-plugins`` parser, which represents the ``read_systemverilog`` command, reads SystemVerilog files directly in Yosys.
314314
It executes Surelog with provided filenames and converts them (in memory) into UHDM file. Then, this UHDM file is converted into Yosys AST. `[Yosys-SystemVerilog] <https://github.com/antmicro/yosys-systemverilog#usage>`_
315315
On the other hand, the ``surelog`` parser, which uses the ``read_uhdm`` Yosys command, walks the design tree and converts its nodes into Yosys AST nodes using Surelog. `[UHDM-Yosys <https://github.com/chipsalliance/UHDM-integration-tests#uhdm-yosys>`_, `Surelog] <https://github.com/chipsalliance/Surelog#surelog>`_

0 commit comments

Comments
 (0)