mirror of
https://github.com/YosysHQ/sby.git
synced 2025-08-25 22:26:07 +00:00
Split fifo.sv into two files
fifo.sv contains the components, top.sv for toplevel design.
This commit is contained in:
parent
679df4d898
commit
ec02e25f5c
3 changed files with 140 additions and 139 deletions
|
@ -15,8 +15,10 @@ cover: smtbmc
|
|||
prove: abc pdr
|
||||
|
||||
[script]
|
||||
read -formal fifo.sv
|
||||
read -sv fifo.sv
|
||||
read -formal top.sv
|
||||
prep -top fifo
|
||||
|
||||
[files]
|
||||
fifo.sv
|
||||
top.sv
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue