summaryrefslogtreecommitdiff
path: root/src/test/scala/cookbook/UInt2Bundle.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/scala/cookbook/UInt2Bundle.scala')
-rw-r--r--src/test/scala/cookbook/UInt2Bundle.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/scala/cookbook/UInt2Bundle.scala b/src/test/scala/cookbook/UInt2Bundle.scala
index 3ce4eebf..acbccc97 100644
--- a/src/test/scala/cookbook/UInt2Bundle.scala
+++ b/src/test/scala/cookbook/UInt2Bundle.scala
@@ -8,7 +8,7 @@ import chisel3._
*
* On an instance of the Bundle, call the method fromBits with the UInt as the argument
*/
-class UInt2Bundle extends CookbookTester(0) {
+class UInt2Bundle extends CookbookTester(1) {
// Example
class MyBundle extends Bundle {
val foo = UInt(4.W)