mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-08 15:13:24 +00:00
New behavior for front-end handling of whiteboxes
Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
parent
f84a84e3f1
commit
fb7f02be55
6 changed files with 103 additions and 34 deletions
|
@ -69,11 +69,14 @@ namespace VERILOG_FRONTEND
|
|||
// running in -assert-assumes mode
|
||||
extern bool assert_assumes_mode;
|
||||
|
||||
// running in -noblackbox mode
|
||||
extern bool noblackbox_mode;
|
||||
|
||||
// running in -lib mode
|
||||
extern bool lib_mode;
|
||||
|
||||
// running in -wb mode
|
||||
extern bool wb_mode;
|
||||
// running in -nowb mode
|
||||
extern bool nowb_mode;
|
||||
|
||||
// lexer input stream
|
||||
extern std::istream *lexin;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue