Skip to content

Commit

Permalink
Morten's feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
teqdruid committed Aug 12, 2024
1 parent ac0fef9 commit e639f78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/circt/Dialect/ESI/ESIManifest.td
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def AppIDHierNodeOp : ESI_Op<"manifest.hier_node", [
}];
}

def SymbolConstantsOp : ESI_Op<"manifest.consts", [
def SymbolConstantsOp : ESI_Op<"manifest.constants", [
DeclareOpInterfaceMethods<IsManifestData>]> {
let summary = "Constant values associated with a symbol";

Expand Down
2 changes: 1 addition & 1 deletion test/Dialect/ESI/manifest.mlir
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e639f78

Please sign in to comment.