22 name : cluster_interconnect
33
44dependencies :
5- common_cells : { git: "https://github.com/pulp-platform/common_cells.git", rev: v1 .13.0 }
5+ common_cells : { git: "https://github.com/pulp-platform/common_cells.git", version: 1 .13.1 }
66
77sources :
88 # Source files grouped in levels. Files in level 0 have no dependencies on files in this
@@ -20,6 +20,42 @@ sources:
2020 # Level 3
2121 - rtl/tcdm_interconnect/tcdm_interconnect.sv
2222
23+ - include_dirs :
24+ - rtl/low_latency_interco
25+ files :
26+ - rtl/low_latency_interco/FanInPrimitive_Req.sv
27+ - rtl/low_latency_interco/ArbitrationTree.sv
28+ - rtl/low_latency_interco/MUX2_REQ.sv
29+ - rtl/low_latency_interco/AddressDecoder_Resp.sv
30+ - rtl/low_latency_interco/TestAndSet.sv
31+ - rtl/low_latency_interco/RequestBlock2CH.sv
32+ - rtl/low_latency_interco/RequestBlock1CH.sv
33+ - rtl/low_latency_interco/FanInPrimitive_Resp.sv
34+ - rtl/low_latency_interco/ResponseTree.sv
35+ - rtl/low_latency_interco/ResponseBlock.sv
36+ - rtl/low_latency_interco/AddressDecoder_Req.sv
37+ - rtl/low_latency_interco/XBAR_TCDM.sv
38+ - rtl/low_latency_interco/XBAR_TCDM_WRAPPER.sv
39+ - rtl/low_latency_interco/TCDM_PIPE_REQ.sv
40+ - rtl/low_latency_interco/TCDM_PIPE_RESP.sv
41+ - rtl/low_latency_interco/grant_mask.sv
42+ - rtl/low_latency_interco/priority_Flag_Req.sv
43+ - include_dirs :
44+ - rtl/peripheral_interco
45+ files :
46+ - rtl/peripheral_interco/AddressDecoder_PE_Req.sv
47+ - rtl/peripheral_interco/AddressDecoder_Resp_PE.sv
48+ - rtl/peripheral_interco/ArbitrationTree_PE.sv
49+ - rtl/peripheral_interco/FanInPrimitive_Req_PE.sv
50+ - rtl/peripheral_interco/RR_Flag_Req_PE.sv
51+ - rtl/peripheral_interco/MUX2_REQ_PE.sv
52+ - rtl/peripheral_interco/FanInPrimitive_PE_Resp.sv
53+ - rtl/peripheral_interco/RequestBlock1CH_PE.sv
54+ - rtl/peripheral_interco/RequestBlock2CH_PE.sv
55+ - rtl/peripheral_interco/ResponseBlock_PE.sv
56+ - rtl/peripheral_interco/ResponseTree_PE.sv
57+ - rtl/peripheral_interco/XBAR_PE.sv
58+
2359 - target : tcdm_test
2460 include_dirs :
2561 - tb/common/
0 commit comments