mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-06 22:23:23 +00:00
Added non-std verilog assume() statement
This commit is contained in:
parent
b005eedf36
commit
1f1deda888
10 changed files with 67 additions and 25 deletions
|
@ -51,6 +51,9 @@ namespace VERILOG_FRONTEND
|
|||
// running in SystemVerilog mode
|
||||
extern bool sv_mode;
|
||||
|
||||
// running in -formal mode
|
||||
extern bool formal_mode;
|
||||
|
||||
// lexer input stream
|
||||
extern std::istream *lexin;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue