1
0
mirror of synced 2026-04-30 21:50:07 +00:00

kernel: optimise Module::remove(const pool<RTLIL::Wire*>()

This commit is contained in:
Eddie Hung
2020-03-12 15:55:54 -07:00
parent a076052fe4
commit b567f03c26
2 changed files with 9 additions and 10 deletions

View File

@@ -758,6 +758,10 @@ private:
unpack();
}
// Only used by Module::remove(const pool<Wire*> &wires)
// but cannot be more specific as it isn't yet declared
friend struct RTLIL::Module;
public:
SigSpec();
SigSpec(const RTLIL::SigSpec &other);