3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-23 00:55:32 +00:00
yosys/passes
Catherine 9cd4b4e72d kernel: call hierarchy for abstract modules automatically.
Whenever there are abstract modules in the netlist and the pass does not
declare that it supports them, call `hierarchy -auto-top` or `hierarchy`
(depending on whether there is a module marked `top`) to instantiate
them first. This makes several CLI workflows much more usable, including
one as basic as:

    $ yosys file.v -o file.il
2023-12-22 04:22:21 +00:00
..
cmds kernel: call hierarchy for abstract modules automatically. 2023-12-22 04:22:21 +00:00
equiv Merge pull request #3126 from georgerennie/equiv_make_assertions 2023-02-14 17:15:55 +01:00
fsm add option to fsm_detect to ignore self-resetting 2023-01-30 16:12:53 +01:00
hierarchy kernel: call hierarchy for abstract modules automatically. 2023-12-22 04:22:21 +00:00
memory memory_libmap: update search order for attributes 2023-10-24 13:55:45 +02:00
opt Merge pull request #3946 from rmlarsen/toposort 2023-10-17 13:00:18 +01:00
pmgen peepopt: Fix padding for the peepopt_shiftmul_right pattern 2023-12-06 18:35:44 +01:00
proc proc_clean: only consider fully-defined switch operands too. 2023-08-12 02:46:31 +02:00
sat sim: Print hierarchy for failed assertions 2023-12-06 12:09:07 +01:00
techmap booth: Redo baseline architecture summation 2023-11-22 15:47:11 +01:00
tests Add $bmux and $demux cells. 2022-01-28 23:34:41 +01:00