Skip to content

Commit d34e44b

Browse files
committed
[frontend] Add comment to explain physical_fanout
1 parent ebcec40 commit d34e44b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

accelforge/frontend/arch/structure.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,10 @@ def _flatten(
333333

334334
nodes = []
335335

336+
# Nodes inside an array are flattened to fit into a hierarchical
337+
# model in order to map.
338+
# However, we will keep information about how these nodes are
339+
# arranged for modeling.
336340
for node in self.nodes:
337341
try:
338342
if isinstance(node, Branch):

0 commit comments

Comments
 (0)