mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-06 14:13:23 +00:00
hierarchy: Without a known top module, derive all deferred modules
This fixes hierarchy when used with cell libraries that were loaded with -defer and also makes more of the hierarchy visible to the auto-top heuristic.
This commit is contained in:
parent
2422dd6845
commit
0470cbb00d
2 changed files with 13 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
read_verilog -sv param_no_default.sv
|
||||
hierarchy
|
||||
hierarchy -top top
|
||||
proc
|
||||
flatten
|
||||
opt -full
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue