mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-05 17:14:08 +00:00
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
|