@@ -19,28 +19,32 @@ package:
1919 -
Matheus Cavalcante <[email protected] > 2020
2121dependencies :
22- axi : { git: https://github.com/colluca/axi, rev: multicast }
22+ axi : { git: https://github.com/colluca/axi, rev: multicast }
2323 axi_riscv_atomics : { git: https://github.com/pulp-platform/axi_riscv_atomics, version: 0.6.0 }
2424 common_cells : { git: https://github.com/pulp-platform/common_cells, rev: snitch }
2525 apb : { git: https://github.com/pulp-platform/apb.git, version: 0.2.2 }
2626 FPnew : { git: https://github.com/pulp-platform/cvfpu.git, rev: pulp-v0.1.3 }
2727 tech_cells_generic : { git: https://github.com/pulp-platform/tech_cells_generic, version: 0.2.13 }
2828 riscv-dbg : { git: https://github.com/pulp-platform/riscv-dbg, version: 0.8.0 }
2929 cluster_icache : { git: https://github.com/pulp-platform/cluster_icache.git, rev: 64e21ae455bbdde850c4df13bef86ea55ac42537 }
30- idma : { git: https://github.com/pulp-platform/iDMA.git, rev: __deploy__bebefa3__master }
30+ idma : { git: https://github.com/pulp-platform/iDMA.git, version: 0.6.5 }
3131
3232export_include_dirs :
3333 - hw/reqrsp_interface/include
3434 - hw/mem_interface/include
3535 - hw/tcdm_interface/include
36+ - hw/dca_interface/include
3637 - hw/snitch/include
38+ - hw/snitch_fp_ss/include
3739 - hw/snitch_ssr/include
3840 - hw/generated
3941
4042sources :
4143 # reqrsp_interface
4244 - files :
4345 # Level 0
46+ - hw/reqrsp_interface/src/generic_reqrsp_cut.sv
47+ - hw/reqrsp_interface/src/generic_reqrsp_mux.sv
4448 - hw/reqrsp_interface/src/reqrsp_pkg.sv
4549 # Level 1
4650 - hw/reqrsp_interface/src/reqrsp_intf.sv
@@ -89,6 +93,10 @@ sources:
8993 - hw/tcdm_interface/test/reqrsp_to_tcdm_tb.sv
9094 - hw/tcdm_interface/test/tcdm_mux_tb.sv
9195
96+ # dca_interface
97+ - files :
98+ - hw/dca_interface/src/dca_fork.sv
99+
92100 # snitch
93101 - files :
94102 # Level 0
@@ -149,20 +157,25 @@ sources:
149157 # Level 1
150158 - hw/snitch_ipu/src/snitch_ipu.sv
151159
160+ # snitch_fp_ss
161+ - files :
162+ # Level 0
163+ - hw/snitch_fp_ss/src/snitch_fpu.sv
164+ - hw/snitch_fp_ss/src/snitch_sequencer.sv
165+ # Level 1
166+ - hw/snitch_fp_ss/src/snitch_fp_ss.sv
167+
152168 # snitch_cluster
153169 - files :
154170 # Level 0
155171 - hw/snitch_cluster/src/snitch_amo_shim.sv
156172 - hw/snitch_cluster/src/snitch_cluster_peripheral/snitch_cluster_peripheral_reg_pkg.sv
157173 - hw/snitch_cluster/src/snitch_cluster_peripheral/snitch_cluster_peripheral_reg.sv
158174 - hw/snitch_cluster/src/snitch_cluster_peripheral/snitch_cluster_peripheral.sv
159- - hw/snitch_cluster/src/snitch_fpu.sv
160- - hw/snitch_cluster/src/snitch_sequencer.sv
161175 - hw/snitch_cluster/src/snitch_tcdm_fc_interconnect.sv
162176 - hw/bootrom/snitch_bootrom.sv
163177 # Level 1
164178 - hw/snitch_cluster/src/snitch_barrier.sv
165- - hw/snitch_cluster/src/snitch_fp_ss.sv
166179 - hw/snitch_cluster/src/snitch_tcdm_interconnect.sv
167180 # Level 2
168181 - hw/snitch_cluster/src/snitch_cc.sv
0 commit comments