Skip to content

Commit 11ee36d

Browse files
authored
Band aid until litOption is implemented for Aggregates. (#1277) (#1278)
This is just a band aid until an Aggregate `isLit()` method (for which work has begun) is implemented. (cherry picked from commit 98a6710)
1 parent b192eed commit 11ee36d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chiselFrontend/src/main/scala/chisel3/Aggregate.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ sealed abstract class Aggregate extends Data {
4343
}
4444
}
4545

46-
override def litOption: Option[BigInt] = ??? // TODO implement me
46+
override def litOption: Option[BigInt] = None // TODO implement me
4747

4848
/** Returns a Seq of the immediate contents of this Aggregate, in order.
4949
*/

0 commit comments

Comments
 (0)