3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-15 07:15:28 +00:00
yosys/passes/hierarchy
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
..
hierarchy.cc kernel: call hierarchy for abstract modules automatically. 2023-12-22 04:22:21 +00:00
Makefile.inc Rename "singleton" pass to "uniquify" 2017-08-20 12:31:50 +02:00
submod.cc Fitting help messages to 80 character width 2022-08-24 10:40:57 +12:00
uniquify.cc Small bugfix in uniquify pass 2022-12-21 10:41:48 +01:00