diff --git a/include/circt/Dialect/FIRRTL/FIRRTLStructure.td b/include/circt/Dialect/FIRRTL/FIRRTLStructure.td index 80ad66b5082e..dbd23c955ff3 100644 --- a/include/circt/Dialect/FIRRTL/FIRRTLStructure.td +++ b/include/circt/Dialect/FIRRTL/FIRRTLStructure.td @@ -445,7 +445,7 @@ def LayerOp : FIRRTLOp< let results = (outs); let regions = (region SizedRegion<1>:$body); let assemblyFormat = [{ - $sym_name $convention attr-dict-with-keyword $body + $sym_name `` $convention attr-dict-with-keyword $body }]; }