1
0
mirror of synced 2026-01-14 15:55:08 +00:00
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
..
2023-12-04 15:52:02 +01:00
2023-12-06 09:56:35 +01:00
2023-12-04 15:52:02 +01:00
2023-12-06 09:11:51 +01:00