mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-08 23:23:25 +00:00
SystemVerilog also has assume(), added implicit -D FORMAL
This commit is contained in:
parent
34f34be17c
commit
f13e387321
3 changed files with 5 additions and 4 deletions
|
@ -63,8 +63,8 @@ struct VerilogFrontend : public Frontend {
|
|||
log(" of SystemVerilog is supported)\n");
|
||||
log("\n");
|
||||
log(" -formal\n");
|
||||
log(" enable support for assert() and assume() statements\n");
|
||||
log(" (assert support is also enabled with -sv)\n");
|
||||
log(" enable support for assert() and assume() from SystemVerilog\n");
|
||||
log(" replace the implicit -D SYNTHESIS with -D FORMAL\n");
|
||||
log("\n");
|
||||
log(" -dump_ast1\n");
|
||||
log(" dump abstract syntax tree (before simplification)\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue