mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-24 13:18:56 +00:00
Removed SigSpec::extend_xx() api
This commit is contained in:
parent
327a5d42b6
commit
e62d838bd4
3 changed files with 1 additions and 20 deletions
|
@ -651,7 +651,6 @@ public:
|
|||
void append(const RTLIL::SigSpec &signal);
|
||||
void append_bit(const RTLIL::SigBit &bit);
|
||||
|
||||
void extend_xx(int width, bool is_signed = false);
|
||||
void 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