3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-06-20 15:50:27 +00:00
yosys/passes
Martin Povišer 7a8a69b65c opt_expr: Revisit sorting in replace_const_cells
Avoid building a cell-to-inbit map when sorting the cells, add a warning
if we are unable to sort, and move the code treating non-combinational
cells ahead of the rest (this means we don't need to pass
non-combinational cells to the TopoSort object at all).
2024-06-24 18:32:33 +02:00
..
cmds Fix help message typo 2024-06-07 08:26:59 +02:00
equiv equiv_simple: Take FFs into account for driver map 2024-02-21 12:05:52 +01:00
fsm
hierarchy fix hierarchy -generate mode handling of cells 2024-04-12 13:38:33 +02:00
memory memory_map: Explain -iattr better 2024-03-06 15:15:37 +01:00
opt opt_expr: Revisit sorting in replace_const_cells 2024-06-24 18:32:33 +02:00
pmgen Typo fixup(s) 2024-03-18 11:09:23 +13:00
proc Merge pull request #4218 from kivikakk/proc_rom-actionless-switch 2024-02-19 16:21:40 +01:00
sat formalff -setundef: Fix handling for has_srst FFs 2024-04-15 11:53:30 +02:00
techmap cellmatch: add comments 2024-05-03 16:42:41 +02:00
tests