Skip to content

Commit fbb2f52

Browse files
authored
Try to update GitHub docs (#2813)
1 parent fffa0b7 commit fbb2f52

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

include/aie/Dialect/AIE/IR/AIEOps.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1821,7 +1821,7 @@ def AIE_ObjectFifoAllocateOp: AIE_Op<"objectfifo.allocate", [HasParent<"DeviceOp
18211821

18221822
In the following example the objects of @of4 will be allocated on %tile14:
18231823
```
1824-
aie.objectfifo @of4 (%tile13, {%tile14}, 2 : i32) : !aie.objectfifo<memref<256xi32>>
1824+
aie.objectfifo @of4 (%tile13, { %tile14 }, 2 : i32) : !aie.objectfifo<memref<256xi32>>
18251825
aie.objectfifo.allocate @of4 (%tile14)
18261826
```
18271827
}];

python/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ EXTRACT_STATIC = YES
1414
#---------------------------------------------------------------------------
1515
# Build related configuration options
1616
#---------------------------------------------------------------------------
17-
INPUT = helpers/taplib iron utils/hostruntime utils/__init__.py utils/jit.py utils/npukernel.py
17+
INPUT = helpers/taplib iron utils/hostruntime utils/compile utils/__init__.py utils/jit.py utils/npukernel.py
1818
FILE_PATTERNS = *.py
1919
RECURSIVE = YES
2020

0 commit comments

Comments
 (0)