3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2025-04-07 14:45:18 +00:00
sby/docs/examples/multiclk/dpmem.sby
Clifford Wolf 983f066445 Use "multiclock on" option in dpmem.sby example
Signed-off-by: Clifford Wolf <clifford@clifford.at>
2018-05-12 17:21:00 +02:00

16 lines
168 B
Plaintext

[options]
mode bmc
depth 15
multiclock on
[engines]
smtbmc
[script]
read_verilog -sv -formal dpmem.sv
prep -nordff -top top
chformal -early -assume
[files]
dpmem.sv