diff --git a/include/circt/Dialect/ESI/ESIManifest.td b/include/circt/Dialect/ESI/ESIManifest.td index 94110e7d6919..1913016bd4d5 100644 --- a/include/circt/Dialect/ESI/ESIManifest.td +++ b/include/circt/Dialect/ESI/ESIManifest.td @@ -169,7 +169,7 @@ def AppIDHierNodeOp : ESI_Op<"manifest.hier_node", [ }]; } -def SymbolConstantsOp : ESI_Op<"manifest.consts", [ +def SymbolConstantsOp : ESI_Op<"manifest.constants", [ DeclareOpInterfaceMethods]> { let summary = "Constant values associated with a symbol"; diff --git a/test/Dialect/ESI/manifest.mlir b/test/Dialect/ESI/manifest.mlir index b86f94f1de2b..4f4b193ed9a7 100644 --- a/test/Dialect/ESI/manifest.mlir +++ b/test/Dialect/ESI/manifest.mlir @@ -33,7 +33,7 @@ hw.module @Loopback (in %clk: !seq.clock) { } esi.manifest.sym @Loopback name "LoopbackIP" version "v0.0" summary "IP which simply echos bytes" {foo=1} -esi.manifest.consts @Loopback {depth=5:ui32} +esi.manifest.constants @Loopback {depth=5:ui32} esi.service.std.func @funcs