mirror of
https://github.com/YosysHQ/sby.git
synced 2025-08-12 00:00:55 +00:00
Add [script] documentation, add some paragraphs on "verific" command
Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
parent
f0bf0c155a
commit
437a401739
2 changed files with 29 additions and 8 deletions
|
@ -2,15 +2,15 @@
|
|||
SystemVerilog, VHDL, SVA
|
||||
========================
|
||||
|
||||
TBD
|
||||
Run ``verific -sv <files>`` in the ``[script]`` section of you ``.sby`` file
|
||||
to read a SystemVerilog source file, and ``verific -vhdl <files>`` to read a
|
||||
VHDL source file.
|
||||
|
||||
``verific -sv <files>``
|
||||
After all source files have been read, run ``verific -import <topmodule>``
|
||||
to import the design elaborated at the specified top module.
|
||||
|
||||
``verific -vhdl <files>``
|
||||
|
||||
``verific -import <top>``
|
||||
|
||||
TBD
|
||||
Run ``yosys -h verific`` in a terminal window and enter for more information
|
||||
on the ``verific`` script command.
|
||||
|
||||
Supported SVA Property Syntax
|
||||
-----------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue