mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-06 14:13:23 +00:00
rtlil: Add const append helper
This commit is contained in:
parent
3d35f367cf
commit
08394c51a2
2 changed files with 8 additions and 0 deletions
|
@ -738,6 +738,8 @@ public:
|
|||
bool empty() const;
|
||||
void bitvectorize() const;
|
||||
|
||||
void append(const RTLIL::Const &other);
|
||||
|
||||
class const_iterator {
|
||||
private:
|
||||
const Const& parent;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue