1
0
mirror of synced 2026-04-28 04:56:37 +00:00

Update passes/techmap to avoid bits()

This commit is contained in:
Robert O'Callahan
2025-08-28 03:53:51 +00:00
parent d1642bf510
commit 8cc86b2643
6 changed files with 21 additions and 17 deletions

View File

@@ -1401,7 +1401,7 @@ struct FlowmapWorker
log_signal(node), log_signal(undef), env.c_str());
}
lut_table.bits()[i] = value.as_bool() ? State::S1 : State::S0;
lut_table.set(i, value.as_bool() ? State::S1 : State::S0);
ce.pop();
}