mirror of https://github.com/YosysHQ/yosys.git
8 lines
139 B
Plaintext
8 lines
139 B
Plaintext
|
read_verilog -sv func_upto.sv
|
||
|
hierarchy -top top
|
||
|
proc
|
||
|
flatten
|
||
|
opt -full
|
||
|
select -module top
|
||
|
sat -verify -seq 1 -prove-asserts -enable_undef
|