mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-26 18:45:34 +00:00
Added Verilog support for "`default_nettype none"
This commit is contained in:
parent
0851c2b6ea
commit
02e6f2c5be
8 changed files with 31 additions and 8 deletions
|
@ -53,6 +53,7 @@ namespace VERILOG_FRONTEND {
|
|||
struct AstNode *current_ast, *current_ast_mod;
|
||||
int current_function_or_task_port_id;
|
||||
std::vector<char> case_type_stack;
|
||||
bool default_nettype_wire;
|
||||
}
|
||||
|
||||
static void append_attr(AstNode *ast, std::map<std::string, AstNode*> *al)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue