3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-02-11 11:24:33 +00:00
yosys/techlibs
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
..
achronix
anlogic
common Docs: Fix missing groups 2024-10-15 11:08:30 +13:00
coolrunner2
easic
ecp5
efinix Merge pull request #4285 from YosysHQ/typo_fixup 2024-04-25 09:54:48 +12:00
fabulous
gatemate gatemate: run simplemap after muxcover to prevent unmapped multiplexers 2024-11-15 09:49:49 +01:00
gowin add GW2A and GW5A cells 2024-11-17 20:25:11 +01:00
greenpak4 rtlil: represent Const strings as std::string 2024-10-14 06:28:12 +02:00
ice40
intel
intel_alm intel_alm: drop quartus support 2024-05-03 11:32:33 +01:00
lattice Fix some synth_* help messages 2024-03-18 11:33:18 +13:00
microchip rtlil: represent Const strings as std::string 2024-10-14 06:28:12 +02:00
nanoxplore Cleanup of synth_nanoxplore pass 2024-09-03 10:15:50 +02:00
nexus
quicklogic Reduce comparisons of size_t and int 2024-11-29 12:53:29 +13:00
sf2
xilinx Merge pull request #4649 from YosysHQ/emil/synth-xilinx-json 2024-10-14 06:45:14 -07:00
.gitignore