mirror of https://github.com/YosysHQ/yosys.git
set default_nettype to wire for resetall
This commit is contained in:
parent
545a3417c8
commit
b76c72056b
|
@ -961,6 +961,7 @@ frontend_verilog_preproc(std::istream &f,
|
|||
}
|
||||
|
||||
if (tok == "`resetall") {
|
||||
default_nettype_wire = true;
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue