yosys/passes
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
..
cmds portarcs: New command to derive propagation arcs 2024-11-13 16:20:35 +01:00
equiv equiv_simple: Take FFs into account for driver map 2024-02-21 12:05:52 +01:00
fsm Reduce comparisons of size_t and int 2024-11-29 12:53:29 +13:00
hierarchy Print a note about finding attribute (* top *) in hierarchy 2024-11-13 10:21:44 +01:00
memory rtlil: represent Const strings as std::string 2024-10-14 06:28:12 +02:00
opt Merge pull request #4612 from georgerennie/george/opt_demorgan_zero_width 2024-11-20 13:33:16 +01:00
pmgen Merge pull request #4448 from georgerennie/shiftadd_gating 2024-11-20 13:34:09 +01:00
proc proc_dff: fix early return bug 2024-11-07 00:06:03 +01:00
sat Merge pull request #4525 from georgerennie/peepopt_clock_gate 2024-11-11 14:49:09 +01:00
techmap clockgate: reduce errors to warnings 2024-11-18 18:32:18 +01:00
tests rtlil: represent Const strings as std::string 2024-10-14 06:28:12 +02:00