3
0
Fork 0
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:
Eddie Hung 2019-07-15 16:23:12 -07:00
parent 5f00d335d4
commit b29f26f6c7
2 changed files with 3 additions and 2 deletions

View file

@ -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;