diff options
| author | edwardcwang | 2021-02-23 22:29:33 -0500 |
|---|---|---|
| committer | GitHub | 2021-02-24 03:29:33 +0000 |
| commit | c2ba4098d0a2f7ca056ea198d68b1d3bfaf40f3b (patch) | |
| tree | b6f4743bcd9a9032e416e954c86abb4dca111046 | |
| parent | 2b5466c7773c8cd7a08c48aa00d9365cbb205fd2 (diff) | |
Aggregate: fix typo (#1789)
Not a Pokémon
| -rw-r--r-- | core/src/main/scala/chisel3/Aggregate.scala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/main/scala/chisel3/Aggregate.scala b/core/src/main/scala/chisel3/Aggregate.scala index f07b2543..6942313e 100644 --- a/core/src/main/scala/chisel3/Aggregate.scala +++ b/core/src/main/scala/chisel3/Aggregate.scala @@ -521,7 +521,7 @@ abstract class Record(private[chisel3] implicit val compileOptions: CompileOptio * val b = Bool() * } * - * (mew MyBundle).Lit( + * (new MyBundle).Lit( * _.a -> 42.U, * _.b -> true.B * ) |
