1
0
mirror of synced 2026-02-24 16:19:05 +00:00
Files
YosysHQ.yosys/kernel/rtlil.cc
Robert O'Callahan fee2b8992c Stop using mutable in Const.
Now that we only call `bitvectorize()` in non-const methods, we can move the casting-away-const to only happen
in `bitvectorize()`, which is deprecated so only some plugins (maybe) are using it.

This means `const` `Const` methods don't change the underlying data, which means
they'll be safe to use from multiple threads if/when we want to do that.
2025-09-16 03:17:24 +00:00

170 KiB