mirror of
https://github.com/YosysHQ/sby.git
synced 2025-11-01 13:27:52 +00:00
Improve documentation of scripts and Verific bindings
Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
parent
983f066445
commit
93e7e1d1e2
3 changed files with 46 additions and 12 deletions
|
|
@ -7,11 +7,18 @@ to read a SystemVerilog source file, and ``verific -vhdl <files>`` to read a
|
|||
VHDL source file.
|
||||
|
||||
After all source files have been read, run ``verific -import <topmodule>``
|
||||
to import the design elaborated at the specified top module.
|
||||
to import the design elaborated at the specified top module. This step is
|
||||
optional (will be performed automatically) if the top-level module of
|
||||
your design has been read using Verific.
|
||||
|
||||
Use ``read -sv`` to automatically use Verific to read a source file if Yosys
|
||||
has been built with Verific.
|
||||
|
||||
Run ``yosys -h verific`` in a terminal window and enter for more information
|
||||
on the ``verific`` script command.
|
||||
|
||||
.. _sva:
|
||||
|
||||
Supported SVA Property Syntax
|
||||
-----------------------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue