Skip to content

Commit

Permalink
[CreateSifiveMetadata] Fix a typo in the field name (#7046)
Browse files Browse the repository at this point in the history
Fixes a typo in the field names for the memory metadata `seq_mems.json`.
  • Loading branch information
prithayan authored May 16, 2024
1 parent 1a404d6 commit a76641f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Dialect/FIRRTL/Transforms/CreateSiFiveMetadata.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ struct ObjectModelIR {
StringType::get(context), // direction
FIntegerType::get(context) // Width
};
StringRef extraPortFields[3] = {"name", "drection", "width"};
StringRef extraPortFields[3] = {"name", "direction", "width"};

extraPortsClass =
buildSimpleClassOp(builderOM, unknownLoc, "ExtraPortsMemorySchema",
Expand Down

0 comments on commit a76641f

Please sign in to comment.