3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-02-22 00:07:38 +00:00
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
..
fsm.cc
fsm_detect.cc
fsm_expand.cc
fsm_export.cc
fsm_extract.cc
fsm_info.cc
fsm_map.cc Reduce comparisons of size_t and int 2024-11-29 12:53:29 +13:00
fsm_opt.cc
fsm_recode.cc
fsmdata.h
Makefile.inc