1
0
mirror of synced 2026-01-13 23:45:41 +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
..
2024-10-26 08:54:01 +02:00
2024-11-29 12:53:29 +13:00
2024-03-24 00:41:54 -04:00
2024-11-07 17:48:06 +08:00
2024-11-05 12:36:31 +13:00
2024-11-05 12:36:31 +13:00
2024-02-06 17:51:29 +01:00