Update passes/techmap to avoid bits()
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user