mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-22 16:45:32 +00:00
7 lines
139 B
Text
7 lines
139 B
Text
read_verilog -sv func_upto.sv
|
|
hierarchy -top top
|
|
proc
|
|
flatten
|
|
opt -full
|
|
select -module top
|
|
sat -verify -seq 1 -prove-asserts -enable_undef
|