summaryrefslogtreecommitdiff
path: root/src/test/scala/cookbook/VecOfBool2UInt.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/scala/cookbook/VecOfBool2UInt.scala')
-rw-r--r--src/test/scala/cookbook/VecOfBool2UInt.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/scala/cookbook/VecOfBool2UInt.scala b/src/test/scala/cookbook/VecOfBool2UInt.scala
index 531e4e68..40faca30 100644
--- a/src/test/scala/cookbook/VecOfBool2UInt.scala
+++ b/src/test/scala/cookbook/VecOfBool2UInt.scala
@@ -8,7 +8,7 @@ import chisel3._
*
* Use the builtin function asUInt
*/
-class VecOfBool2UInt extends CookbookTester(0) {
+class VecOfBool2UInt extends CookbookTester(1) {
// Example
val vec = Vec(true.B, false.B, true.B, true.B)
val uint = vec.asUInt