1
0
mirror of synced 2026-02-01 06:32:19 +00:00
Files
YosysHQ.yosys/passes/fsm
Krystine Sherwin 1de5d98ae2 Reduce comparisons of size_t and int
`Const::size()` returns int, so change iterators that use it to `auto` instead of `size_t`.
For cases where size is being explicitly cast to `int`, use the wrapper that we already have instead: `Yosys::GetSize()`.
2024-11-29 12:53:29 +13:00
..
2013-01-05 11:13:26 +01:00