Undo removal of delete

This commit is contained in:
Akash Levy 2025-11-06 17:30:55 -08:00
parent 4758019cc7
commit b5ea9991fe
1 changed files with 1 additions and 0 deletions

View File

@ -304,6 +304,7 @@ struct AbcModuleState {
AbcModuleState(const AbcConfig &config, FfInitVals &initvals, int state_index)
: run_abc(config), state_index(state_index), initvals(initvals) {}
AbcModuleState(AbcModuleState&&) = delete;
int map_signal(const AbcSigMap &assign_map, RTLIL::SigBit bit, gate_type_t gate_type = G(NONE), int in1 = -1, int in2 = -1, int in3 = -1, int in4 = -1);
void mark_port(const AbcSigMap &assign_map, RTLIL::SigSpec sig);