3
0
Fork 0
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:
Martin Povišer 2024-12-13 18:59:35 +01:00
parent 3d35f367cf
commit 08394c51a2
2 changed files with 8 additions and 0 deletions

View file

@ -738,6 +738,8 @@ public:
bool empty() const;
void bitvectorize() const;
void append(const RTLIL::Const &other);
class const_iterator {
private:
const Const& parent;