3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-06 06:03:23 +00:00

kernel: SigSpec copies to not trigger pack()

This commit is contained in:
Eddie Hung 2020-03-18 11:51:00 -07:00
parent 4555b5b819
commit 940640ac44
2 changed files with 5 additions and 34 deletions

View file

@ -766,7 +766,7 @@ public:
SigSpec();
SigSpec(const RTLIL::SigSpec &other);
SigSpec(std::initializer_list<RTLIL::SigSpec> parts);
const RTLIL::SigSpec &operator=(const RTLIL::SigSpec &other);
RTLIL::SigSpec &operator=(const RTLIL::SigSpec &other);
SigSpec(const RTLIL::Const &value);
SigSpec(const RTLIL::SigChunk &chunk);