3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-05 17:14:08 +00:00

set default_nettype to wire for resetall

This commit is contained in:
Miodrag Milanovic 2022-08-10 13:28:19 +02:00
parent 545a3417c8
commit b76c72056b

View file

@ -961,6 +961,7 @@ frontend_verilog_preproc(std::istream &f,
}
if (tok == "`resetall") {
default_nettype_wire = true;
continue;
}