3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2025-07-17 20:16:42 +00:00

Add dpmem multiclk example

This commit is contained in:
Clifford Wolf 2017-12-13 19:17:20 +01:00
parent 82f394260a
commit 770c6441d8
3 changed files with 78 additions and 0 deletions

View file

@ -0,0 +1,17 @@
[options]
mode bmc
depth 15
[engines]
smtbmc
[script]
read_verilog -sv -formal dpmem.sv
prep -nordff -top top
memory_map
chformal -early -assume
clk2fflogic
opt_clean
[files]
dpmem.sv