Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
adkian-sifive committed Aug 5, 2022
1 parent 0ce0011 commit 54f49f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/main/scala/chisel3/Aggregate.scala
Original file line number Diff line number Diff line change
Expand Up @@ -927,8 +927,8 @@ abstract class Record(private[chisel3] implicit val compileOptions: CompileOptio

// Classes can override opaqueType if they want to "unbox" Records
// that have maps with a single element. If opaqueType is
// overriden to true, the subfield names of the record are
// skipped, and the Record name is used instead. See RecordSpec
// overridden to true, the subfield name of the record is
// skipped and the Record name is used instead. See RecordSpec
// for example usage and expected output
def opaqueType: Boolean = false

Expand Down

0 comments on commit 54f49f7

Please sign in to comment.