mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-13 04:28:18 +00:00
Add documentation for anyconst/anyseq/allconst/allseq attribute
Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
parent
5ea2c53604
commit
035f778121
|
@ -402,6 +402,10 @@ Non-standard or SystemVerilog features for formal verification
|
||||||
statements it is sufficient if just one ``$allconst/$allseq`` value triggers
|
statements it is sufficient if just one ``$allconst/$allseq`` value triggers
|
||||||
the property (similar to ``$anyconst/$anyseq``).
|
the property (similar to ``$anyconst/$anyseq``).
|
||||||
|
|
||||||
|
- Wires/registers decalred using the ``anyconst/anyseq/allconst/allseq`` attribute
|
||||||
|
(for example ``(* anyconst *) reg [7:0] foobar;``) will behave as if driven
|
||||||
|
by a ``$anyconst/$anyseq/$allconst/$allseq`` function.
|
||||||
|
|
||||||
- The SystemVerilog tasks ``$past``, ``$stable``, ``$rose`` and ``$fell`` are
|
- The SystemVerilog tasks ``$past``, ``$stable``, ``$rose`` and ``$fell`` are
|
||||||
supported in any clocked block.
|
supported in any clocked block.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue