3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-08 04:01:25 +00:00

Merge pull request #4130 from jix/hierarchy-defer-notop

hierarchy: Without a known top module, derive all deferred modules
This commit is contained in:
Miodrag Milanović 2024-02-06 12:08:01 +01:00 committed by GitHub
commit 269c50f90e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 13 additions and 1 deletions

View file

@ -1,5 +1,5 @@
read_verilog -sv param_no_default.sv
hierarchy
hierarchy -top top
proc
flatten
opt -full