mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-06 22:23:23 +00:00
frontend: cleanup to use more ID::*, more dict<> instead of map<>
This commit is contained in:
parent
584780d776
commit
22bf22fab4
7 changed files with 34 additions and 31 deletions
|
@ -50,7 +50,7 @@ namespace VERILOG_FRONTEND
|
|||
extern std::vector<UserTypeMap *> user_type_stack;
|
||||
|
||||
// names of package typedef'ed types
|
||||
extern std::map<std::string, AST::AstNode*> pkg_user_types;
|
||||
extern dict<std::string, AST::AstNode*> pkg_user_types;
|
||||
|
||||
// state of `default_nettype
|
||||
extern bool default_nettype_wire;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue