mirror of
https://github.com/YosysHQ/yosys
synced 2025-11-09 23:52:03 +00:00
8 lines
157 B
Text
8 lines
157 B
Text
read_verilog -sv unbased_unsized.sv
|
|
hierarchy -top top
|
|
proc
|
|
flatten
|
|
opt -full
|
|
async2sync
|
|
select -module top
|
|
sat -verify -tempinduct -prove-asserts -show-all
|