From 4720c5c7c1642bf21e80c19c9b25f91c4d6eb0d3 Mon Sep 17 00:00:00 2001 From: edwardcwang Date: Tue, 23 Feb 2021 22:29:33 -0500 Subject: [PATCH] Aggregate: fix typo (#1789) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Not a Pokémon (cherry picked from commit c2ba4098d0a2f7ca056ea198d68b1d3bfaf40f3b) --- core/src/main/scala/chisel3/Aggregate.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/scala/chisel3/Aggregate.scala b/core/src/main/scala/chisel3/Aggregate.scala index 901b2717baf..2b26adc437d 100644 --- a/core/src/main/scala/chisel3/Aggregate.scala +++ b/core/src/main/scala/chisel3/Aggregate.scala @@ -491,7 +491,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 * )