mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
After reading the SV spec, using non-standard predict() instead of expect()
This commit is contained in:
parent
721f1f5ecf
commit
d7763634b6
16 changed files with 28 additions and 32 deletions
4
README
4
README
|
@ -384,8 +384,8 @@ from SystemVerilog:
|
|||
form. In module context: "assert property (<expression>);" and within an
|
||||
always block: "assert(<expression>);". It is transformed to a $assert cell.
|
||||
|
||||
- The "assume" and "expect" statements from SystemVerilog are also
|
||||
supported. The same limitations as with the "assert" statement apply.
|
||||
- The "assume" statements from SystemVerilog are also supported. The same
|
||||
limitations as with the "assert" statement apply.
|
||||
|
||||
- The keywords "always_comb", "always_ff" and "always_latch", "logic" and
|
||||
"bit" are supported.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue