mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-15 11:45:41 +00:00
8 lines
143 B
Text
8 lines
143 B
Text
read_verilog -sv const_func.sv
|
|
hierarchy
|
|
proc
|
|
flatten
|
|
opt -full
|
|
select -module top
|
|
async2sync
|
|
sat -verify -tempinduct -prove-asserts -show-all
|