@@ -197,7 +197,7 @@ def FExtModuleOp : FIRRTLModuleLike<"extmodule"> {
197
197
into the external module, to be used for generating XMRs. Each RefType
198
198
port must be removed by LowerXMR pass.
199
199
}];
200
- let arguments =
200
+ let arguments =
201
201
(ins SymbolNameAttr:$sym_name,
202
202
OptionalAttr<StrAttr>:$defname,
203
203
ParamDeclArrayAttr:$parameters,
@@ -241,7 +241,7 @@ def FIntModuleOp : FIRRTLModuleLike<"intmodule"> {
241
241
let description = [{
242
242
The "firrtl.intmodule" operation represents a compiler intrinsic.
243
243
}];
244
- let arguments =
244
+ let arguments =
245
245
(ins SymbolNameAttr:$sym_name,
246
246
StrAttr:$intrinsic,
247
247
ParamDeclArrayAttr:$parameters,
@@ -303,7 +303,7 @@ def FMemModuleOp : FIRRTLModuleLike<"memmodule"> {
303
303
AnnotationArrayAttr:$annotations,
304
304
DefaultValuedAttr<LayerArrayAttr, "{}">:$layers
305
305
);
306
-
306
+
307
307
let results = (outs);
308
308
let regions = (region AnyRegion:$body);
309
309
@@ -418,7 +418,7 @@ def ExtClassOp : FIRRTLModuleLike<"extclass", [
418
418
firrtl.extclass @MyImportedClass(in in_str: !firrtl.string, out out_str: !firrtl.string)
419
419
```
420
420
}];
421
- let arguments = (ins SymbolNameAttr:$sym_name,
421
+ let arguments = (ins SymbolNameAttr:$sym_name,
422
422
DenseBoolArrayAttr:$portDirections,
423
423
ArrayRefAttr:$portNames, ArrayRefAttr:$portTypes,
424
424
ArrayRefAttr:$portSymbols, ArrayRefAttr:$portLocations);
0 commit comments