3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-09-29 20:59:03 +00:00

Deprecate Const::bits()

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

View file

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