Allow WFG mode 2
This commit is contained in:
parent
9dad56c2c4
commit
60cbc73862
@ -1857,6 +1857,8 @@ void NgUltraPacker::pack_wfgs(void)
|
|||||||
// Can be unused, if zero it is unused
|
// Can be unused, if zero it is unused
|
||||||
disconnect_if_gnd(&ci, id_SI);
|
disconnect_if_gnd(&ci, id_SI);
|
||||||
disconnect_if_gnd(&ci, id_R);
|
disconnect_if_gnd(&ci, id_R);
|
||||||
|
} else if (mode == 2) {
|
||||||
|
// Allow mode 2
|
||||||
} else {
|
} else {
|
||||||
log_error("Unknown mode %d for cell '%s'.\n", mode, ci.name.c_str(ctx));
|
log_error("Unknown mode %d for cell '%s'.\n", mode, ci.name.c_str(ctx));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user