3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-09-12 12:41:28 +00:00

Deprecate Const::bits()

This commit is contained in:
Robert O'Callahan 2025-08-28 05:21:21 +00:00
parent f9ee5e4c31
commit e41bf86cc3
2 changed files with 7 additions and 4 deletions

View file

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