3
0
Fork 0
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:
Clifford Wolf 2016-07-23 11:56:53 +02:00
parent 89deb412c6
commit 9aae1d1e8f
3 changed files with 11 additions and 8 deletions

View file

@ -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;
}