mirror of
https://github.com/YosysHQ/sby.git
synced 2025-04-05 22:14:08 +00:00
Use "multiclock on" option in dpmem.sby example
Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
parent
d24d7e1aef
commit
983f066445
|
@ -1,6 +1,7 @@
|
|||
[options]
|
||||
mode bmc
|
||||
depth 15
|
||||
multiclock on
|
||||
|
||||
[engines]
|
||||
smtbmc
|
||||
|
@ -9,8 +10,6 @@ smtbmc
|
|||
read_verilog -sv -formal dpmem.sv
|
||||
prep -nordff -top top
|
||||
chformal -early -assume
|
||||
clk2fflogic
|
||||
opt_clean
|
||||
|
||||
[files]
|
||||
dpmem.sv
|
||||
|
|
Loading…
Reference in a new issue