mirror of https://github.com/YosysHQ/yosys.git
Added $finish and $display to README
This commit is contained in:
parent
7a230d3a8d
commit
c89ceee219
4
README
4
README
|
@ -367,6 +367,10 @@ Verilog Attributes and non-standard features
|
|||
expressions as <size>. If the expression is not a simple identifier, it
|
||||
must be put in parentheses. Examples: WIDTH'd42, (4+2)'b101010
|
||||
|
||||
- The system tasks $finish and $display are supported in initial blocks
|
||||
in and unconditional context (only if/case statements on parameters
|
||||
and constant values). The intended use for this is synthesis-time DRC.
|
||||
|
||||
|
||||
Supported features from SystemVerilog
|
||||
=====================================
|
||||
|
|
Loading…
Reference in New Issue