mirror of
https://github.com/YosysHQ/sby.git
synced 2025-04-13 16:48:44 +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]
|
[options]
|
||||||
mode bmc
|
mode bmc
|
||||||
depth 15
|
depth 15
|
||||||
|
multiclock on
|
||||||
|
|
||||||
[engines]
|
[engines]
|
||||||
smtbmc
|
smtbmc
|
||||||
|
@ -9,8 +10,6 @@ smtbmc
|
||||||
read_verilog -sv -formal dpmem.sv
|
read_verilog -sv -formal dpmem.sv
|
||||||
prep -nordff -top top
|
prep -nordff -top top
|
||||||
chformal -early -assume
|
chformal -early -assume
|
||||||
clk2fflogic
|
|
||||||
opt_clean
|
|
||||||
|
|
||||||
[files]
|
[files]
|
||||||
dpmem.sv
|
dpmem.sv
|
||||||
|
|
Loading…
Reference in a new issue