mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-06 01:24:10 +00:00
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.
9 lines
165 B
Plaintext
9 lines
165 B
Plaintext
read_verilog -sv param_no_default.sv
|
|
hierarchy -top top
|
|
proc
|
|
flatten
|
|
opt -full
|
|
async2sync
|
|
select -module top
|
|
sat -verify -seq 1 -tempinduct -prove-asserts -show-all
|