mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-06 22:23:23 +00:00
No tristate warning message for "read_verilog -lib"
This commit is contained in:
parent
89deb412c6
commit
9aae1d1e8f
3 changed files with 11 additions and 8 deletions
|
@ -54,6 +54,9 @@ namespace VERILOG_FRONTEND
|
|||
// running in -formal mode
|
||||
extern bool formal_mode;
|
||||
|
||||
// running in -lib mode
|
||||
extern bool lib_mode;
|
||||
|
||||
// lexer input stream
|
||||
extern std::istream *lexin;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue