mirror of
https://github.com/YosysHQ/yosys
synced 2025-05-15 19:54:46 +00:00
Merge remote-tracking branch 'upstream/main'
This commit is contained in:
commit
e4066b784d
23 changed files with 425 additions and 60 deletions
|
@ -744,6 +744,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