From b72f5b8a250547766b89fc9f91eb7076ad8223a8 Mon Sep 17 00:00:00 2001 From: Edward Wang Date: Wed, 22 Aug 2018 09:20:01 -0700 Subject: Update class name in error message --- chiselFrontend/src/main/scala/chisel3/core/Aggregate.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chiselFrontend/src') diff --git a/chiselFrontend/src/main/scala/chisel3/core/Aggregate.scala b/chiselFrontend/src/main/scala/chisel3/core/Aggregate.scala index 4ffbb893..235b1d5a 100644 --- a/chiselFrontend/src/main/scala/chisel3/core/Aggregate.scala +++ b/chiselFrontend/src/main/scala/chisel3/core/Aggregate.scala @@ -569,7 +569,7 @@ abstract class Bundle(implicit compileOptions: CompileOptions) extends Record { // Ignore empty Seq() case d: Data => throwException("Public Seq members cannot be used to define Bundle elements " + s"(found public Seq member '${m.getName}'). " + - "Either use a Vec() if all elements are of the same type, or HeterogeneousVec() if the elements " + + "Either use a Vec if all elements are of the same type, or MixedVec if the elements " + "are of different types. If this Seq member is not intended to construct RTL, mix in the trait " + "IgnoreSeqInBundle.") case _ => // don't care about non-Data Seq -- cgit v1.2.3