mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-06 22:23:23 +00:00
parent
438bcc68c0
commit
801ecc0e1d
4 changed files with 14 additions and 19 deletions
|
@ -47,7 +47,7 @@ namespace VERILOG_FRONTEND
|
|||
|
||||
// names of locally typedef'ed types in a stack
|
||||
typedef std::map<std::string, AST::AstNode*> UserTypeMap;
|
||||
extern std::vector<UserTypeMap *> user_type_stack;
|
||||
extern std::vector<UserTypeMap> user_type_stack;
|
||||
|
||||
// names of package typedef'ed types
|
||||
extern dict<std::string, AST::AstNode*> pkg_user_types;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue