diff --git a/AIEDialect.md b/AIEDialect.md index d6889cd33a..32a9d492ae 100644 --- a/AIEDialect.md +++ b/AIEDialect.md @@ -1158,6 +1158,7 @@ operation ::= `aie.objectfifo` $sym_name `,` $elemNumber `)` attr-dict `:` $elemType + custom(ref($elemNumber), ref($elemType), $initValues) ``` The `aie.objectFifo` operation creates a circular buffer established between a producer and one or @@ -1252,6 +1253,7 @@ Interfaces: `Symbol` disable_synchronization::mlir::BoolAttrbool attribute via_shared_mem::mlir::IntegerAttr32-bit signless integer attribute repeat_count::mlir::IntegerAttr32-bit signless integer attribute whose minimum value is 1 +initValues::mlir::ArrayAttrarray of ElementsAttr #### Operands: