mirror of
https://github.com/YosysHQ/yosys
synced 2025-05-15 19:54:46 +00:00
SigSpec::extend_u0() to return *this
This commit is contained in:
parent
5f00d335d4
commit
b29f26f6c7
2 changed files with 3 additions and 2 deletions
|
@ -776,7 +776,7 @@ public:
|
|||
void append(const RTLIL::SigSpec &signal);
|
||||
void append_bit(const RTLIL::SigBit &bit);
|
||||
|
||||
void extend_u0(int width, bool is_signed = false);
|
||||
RTLIL::SigSpec& extend_u0(int width, bool is_signed = false);
|
||||
|
||||
RTLIL::SigSpec repeat(int num) const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue