3
0
Fork 0
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:
KrystalDelusion 2022-04-27 09:24:14 +12:00
parent 679df4d898
commit ec02e25f5c
3 changed files with 140 additions and 139 deletions

View file

@ -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