mirror of
https://github.com/YosysHQ/yosys
synced 2025-09-12 12:41:28 +00:00
Deprecate Const::bits()
This commit is contained in:
parent
f9ee5e4c31
commit
e41bf86cc3
2 changed files with 7 additions and 4 deletions
|
@ -342,7 +342,7 @@ bool RTLIL::Const::operator !=(const RTLIL::Const &other) const
|
|||
return !(*this == other);
|
||||
}
|
||||
|
||||
std::vector<RTLIL::State>& RTLIL::Const::bits()
|
||||
std::vector<RTLIL::State>& RTLIL::Const::bits_internal()
|
||||
{
|
||||
bitvectorize();
|
||||
return get_bits();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue