yosys/backends/edif
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
..
Makefile.inc Added edif backend (still under construction) 2013-08-22 11:34:55 +02:00
edif.cc Reduce comparisons of size_t and int 2024-11-29 12:53:29 +13:00
runtest.py Add generation of logic cells to EDIF back-end runtest.py 2017-03-19 14:57:40 +01:00