mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-14 18:06:16 +00:00
Add specify support to README
Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
parent
64925b4e8f
commit
67005633e2
1 changed files with 5 additions and 0 deletions
|
@ -424,6 +424,11 @@ Verilog Attributes and non-standard features
|
||||||
in an unconditional context (only if/case statements on parameters
|
in an unconditional context (only if/case statements on parameters
|
||||||
and constant values). The intended use for this is synthesis-time DRC.
|
and constant values). The intended use for this is synthesis-time DRC.
|
||||||
|
|
||||||
|
- There is limited support for converting specify .. endspecify statements to
|
||||||
|
special ``$specify2``, ``$specify3``, and ``$specrule`` cells, for use in
|
||||||
|
blackboxes and whiteboxes. Use ``read_verilog -specify`` to enable this
|
||||||
|
functionality. (By default specify .. endspecify blocks are ignored.)
|
||||||
|
|
||||||
|
|
||||||
Non-standard or SystemVerilog features for formal verification
|
Non-standard or SystemVerilog features for formal verification
|
||||||
==============================================================
|
==============================================================
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue