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:
parent
4555b5b819
commit
940640ac44
2 changed files with 5 additions and 34 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue