mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-06 06:03:23 +00:00
Fixed type of sign extension in opt_const $eq/$ne handling
This commit is contained in:
parent
ed4bcd52e5
commit
0e1661f84e
3 changed files with 26 additions and 9 deletions
|
@ -342,6 +342,7 @@ struct RTLIL::SigSpec {
|
|||
void append(const RTLIL::SigSpec &signal);
|
||||
bool combine(RTLIL::SigSpec signal, RTLIL::State freeState = RTLIL::State::Sz, bool override = false);
|
||||
void extend(int width, bool is_signed = false);
|
||||
void extend_un0(int width, bool is_signed = false);
|
||||
void check() const;
|
||||
bool operator <(const RTLIL::SigSpec &other) const;
|
||||
bool operator ==(const RTLIL::SigSpec &other) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue