3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-06 17:44:09 +00:00
yosys/techlibs/quicklogic
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
..
common
pp3
qlf_k6n10f
.gitignore
Makefile.inc
ql_bram_merge.cc
ql_bram_types.cc
ql_dsp_io_regs.cc
ql_dsp_macc.cc
ql_dsp_macc.pmg
ql_dsp_simd.cc Reduce comparisons of size_t and int 2024-11-29 12:53:29 +13:00
synth_quicklogic.cc quicklogic: Avoid carry chains in division mapping 2024-09-19 12:18:47 +02:00