summaryrefslogtreecommitdiff
path: root/src/test/scala/cookbook/Bundle2UInt.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/scala/cookbook/Bundle2UInt.scala')
-rw-r--r--src/test/scala/cookbook/Bundle2UInt.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/scala/cookbook/Bundle2UInt.scala b/src/test/scala/cookbook/Bundle2UInt.scala
index cb9498d1..bab5edb3 100644
--- a/src/test/scala/cookbook/Bundle2UInt.scala
+++ b/src/test/scala/cookbook/Bundle2UInt.scala
@@ -8,7 +8,7 @@ import chisel3._
*
* Call asUInt on the Bundle instance
*/
-class Bundle2UInt extends CookbookTester(0) {
+class Bundle2UInt extends CookbookTester(1) {
// Example
class MyBundle extends Bundle {
val foo = UInt(4.W)