@@ -111,51 +111,51 @@ def device_body():
111
111
source = ShimTile_0_0 ,
112
112
source_port = WireBundle .DMA ,
113
113
source_channel = 0 ,
114
- dest = (MemTile_0_1 , WireBundle .DMA , 0 ),
114
+ dests = (MemTile_0_1 , WireBundle .DMA , 0 ),
115
115
keep_pkt_header = True ,
116
116
)
117
117
packetflow (
118
118
pkt_id = 1 ,
119
119
source = ShimTile_0_0 ,
120
120
source_port = WireBundle .DMA ,
121
121
source_channel = 0 ,
122
- dest = (MemTile_0_1 , WireBundle .DMA , 0 ),
122
+ dests = (MemTile_0_1 , WireBundle .DMA , 0 ),
123
123
keep_pkt_header = True ,
124
124
)
125
125
packetflow (
126
126
pkt_id = 2 ,
127
127
source = MemTile_0_1 ,
128
128
source_port = WireBundle .DMA ,
129
129
source_channel = 2 ,
130
- dest = (ShimTile_0_0 , WireBundle .DMA , 0 ),
130
+ dests = (ShimTile_0_0 , WireBundle .DMA , 0 ),
131
131
)
132
132
packetflow (
133
133
pkt_id = 0 ,
134
134
source = MemTile_0_1 ,
135
135
source_port = WireBundle .DMA ,
136
136
source_channel = 0 ,
137
- dest = (CT_0_2 , WireBundle .DMA , 0 ),
137
+ dests = (CT_0_2 , WireBundle .DMA , 0 ),
138
138
)
139
139
packetflow (
140
140
pkt_id = 4 ,
141
141
source = CT_0_2 ,
142
142
source_port = WireBundle .DMA ,
143
143
source_channel = 0 ,
144
- dest = (MemTile_0_1 , WireBundle .DMA , 2 ),
144
+ dests = (MemTile_0_1 , WireBundle .DMA , 2 ),
145
145
)
146
146
packetflow (
147
147
pkt_id = 1 ,
148
148
source = MemTile_0_1 ,
149
149
source_port = WireBundle .DMA ,
150
150
source_channel = 0 ,
151
- dest = (CT_0_3 , WireBundle .DMA , 0 ),
151
+ dests = (CT_0_3 , WireBundle .DMA , 0 ),
152
152
)
153
153
packetflow (
154
154
pkt_id = 6 ,
155
155
source = CT_0_3 ,
156
156
source_port = WireBundle .DMA ,
157
157
source_channel = 0 ,
158
- dest = (MemTile_0_1 , WireBundle .DMA , 2 ),
158
+ dests = (MemTile_0_1 , WireBundle .DMA , 2 ),
159
159
)
160
160
161
161
# core_0_2 compute
0 commit comments