mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-12 17:06:15 +00:00
messy
This commit is contained in:
parent
1acbb5b89b
commit
d9943b3727
12 changed files with 1132 additions and 1108 deletions
|
@ -408,6 +408,8 @@ namespace AST
|
|||
// the AstNode constructor then uses current_filename and get_line_num()
|
||||
// to initialize the filename and linenum properties of new nodes
|
||||
extern std::string current_filename;
|
||||
// also set by the language frontend to control some AST processing
|
||||
extern bool sv_mode;
|
||||
|
||||
// for stats
|
||||
unsigned long long astnode_count();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue