X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=kernel%2Frtlil.h;h=4a0f8b4f86910b202f3bb564a6b39bafcf9d54f5;hb=b45d06d7a334c4b18e44793b33aaffcaf1f04b21;hp=f4fcf5dcfb6e2c4fe8928f98c5b93fceb293818a;hpb=c15ee827f4a171abe3108dba8f9ad0d7078eb306;p=yosys.git diff --git a/kernel/rtlil.h b/kernel/rtlil.h index f4fcf5dcf..4a0f8b4f8 100644 --- a/kernel/rtlil.h +++ b/kernel/rtlil.h @@ -1040,6 +1040,7 @@ public: // Removing wires is expensive. If you have to remove wires, remove them all at once. void remove(const pool &wires); void remove(RTLIL::Cell *cell); + dict::iterator remove(dict::iterator it); void rename(RTLIL::Wire *wire, RTLIL::IdString new_name); void rename(RTLIL::Cell *cell, RTLIL::IdString new_name);