mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 11:42:30 +00:00 
			
		
		
		
	| `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()`. | ||
|---|---|---|
| .. | ||
| fsm.cc | ||
| fsm_detect.cc | ||
| fsm_expand.cc | ||
| fsm_export.cc | ||
| fsm_extract.cc | ||
| fsm_info.cc | ||
| fsm_map.cc | ||
| fsm_opt.cc | ||
| fsm_recode.cc | ||
| fsmdata.h | ||
| Makefile.inc | ||