@@ -7,6 +7,10 @@ dependencies:
77workspace :
88 checkout_dir : " ./deps"
99
10+ export_include_dirs :
11+ - rtl/low_latency_interco
12+ - rtl/peripheral_interco
13+
1014sources :
1115 # Source files grouped in levels. Files in level 0 have no dependencies on files in this
1216 # package. Files in level 1 only depend on files in level 0, files in level 2 on files in
@@ -29,41 +33,38 @@ sources:
2933 # Level 4
3034 - rtl/variable_latency_interconnect/variable_latency_interconnect.sv
3135
32- - include_dirs :
33- - rtl/low_latency_interco
34- files :
35- - rtl/low_latency_interco/FanInPrimitive_Req.sv
36- - rtl/low_latency_interco/ArbitrationTree.sv
37- - rtl/low_latency_interco/MUX2_REQ.sv
38- - rtl/low_latency_interco/AddressDecoder_Resp.sv
39- - rtl/low_latency_interco/TestAndSet.sv
40- - rtl/low_latency_interco/RequestBlock2CH.sv
41- - rtl/low_latency_interco/RequestBlock1CH.sv
42- - rtl/low_latency_interco/FanInPrimitive_Resp.sv
43- - rtl/low_latency_interco/ResponseTree.sv
44- - rtl/low_latency_interco/ResponseBlock.sv
45- - rtl/low_latency_interco/AddressDecoder_Req.sv
46- - rtl/low_latency_interco/XBAR_TCDM.sv
47- - rtl/low_latency_interco/XBAR_TCDM_WRAPPER.sv
48- - rtl/low_latency_interco/TCDM_PIPE_REQ.sv
49- - rtl/low_latency_interco/TCDM_PIPE_RESP.sv
50- - rtl/low_latency_interco/grant_mask.sv
51- - rtl/low_latency_interco/priority_Flag_Req.sv
52- - include_dirs :
53- - rtl/peripheral_interco
54- files :
55- - rtl/peripheral_interco/AddressDecoder_PE_Req.sv
56- - rtl/peripheral_interco/AddressDecoder_Resp_PE.sv
57- - rtl/peripheral_interco/ArbitrationTree_PE.sv
58- - rtl/peripheral_interco/FanInPrimitive_Req_PE.sv
59- - rtl/peripheral_interco/RR_Flag_Req_PE.sv
60- - rtl/peripheral_interco/MUX2_REQ_PE.sv
61- - rtl/peripheral_interco/FanInPrimitive_PE_Resp.sv
62- - rtl/peripheral_interco/RequestBlock1CH_PE.sv
63- - rtl/peripheral_interco/RequestBlock2CH_PE.sv
64- - rtl/peripheral_interco/ResponseBlock_PE.sv
65- - rtl/peripheral_interco/ResponseTree_PE.sv
66- - rtl/peripheral_interco/XBAR_PE.sv
36+ # Low-Latency Interco
37+ - rtl/low_latency_interco/FanInPrimitive_Req.sv
38+ - rtl/low_latency_interco/ArbitrationTree.sv
39+ - rtl/low_latency_interco/MUX2_REQ.sv
40+ - rtl/low_latency_interco/AddressDecoder_Resp.sv
41+ - rtl/low_latency_interco/TestAndSet.sv
42+ - rtl/low_latency_interco/RequestBlock2CH.sv
43+ - rtl/low_latency_interco/RequestBlock1CH.sv
44+ - rtl/low_latency_interco/FanInPrimitive_Resp.sv
45+ - rtl/low_latency_interco/ResponseTree.sv
46+ - rtl/low_latency_interco/ResponseBlock.sv
47+ - rtl/low_latency_interco/AddressDecoder_Req.sv
48+ - rtl/low_latency_interco/XBAR_TCDM.sv
49+ - rtl/low_latency_interco/XBAR_TCDM_WRAPPER.sv
50+ - rtl/low_latency_interco/TCDM_PIPE_REQ.sv
51+ - rtl/low_latency_interco/TCDM_PIPE_RESP.sv
52+ - rtl/low_latency_interco/grant_mask.sv
53+ - rtl/low_latency_interco/priority_Flag_Req.sv
54+
55+ # Peripheral Interco
56+ - rtl/peripheral_interco/AddressDecoder_PE_Req.sv
57+ - rtl/peripheral_interco/AddressDecoder_Resp_PE.sv
58+ - rtl/peripheral_interco/ArbitrationTree_PE.sv
59+ - rtl/peripheral_interco/FanInPrimitive_Req_PE.sv
60+ - rtl/peripheral_interco/RR_Flag_Req_PE.sv
61+ - rtl/peripheral_interco/MUX2_REQ_PE.sv
62+ - rtl/peripheral_interco/FanInPrimitive_PE_Resp.sv
63+ - rtl/peripheral_interco/RequestBlock1CH_PE.sv
64+ - rtl/peripheral_interco/RequestBlock2CH_PE.sv
65+ - rtl/peripheral_interco/ResponseBlock_PE.sv
66+ - rtl/peripheral_interco/ResponseTree_PE.sv
67+ - rtl/peripheral_interco/XBAR_PE.sv
6768
6869 - target : tcdm_test
6970 include_dirs :
0 commit comments