summaryrefslogtreecommitdiff
path: root/src/test/scala/chiselTests/OptionBundle.scala
diff options
context:
space:
mode:
authorJim Lawson2016-08-29 12:17:48 -0700
committerJim Lawson2016-08-29 12:17:48 -0700
commit6df3a785f8abe706838bc5b4b35c3374b6512f96 (patch)
treea6b4961f966b69577ff4de28f2aa770b9355b7d9 /src/test/scala/chiselTests/OptionBundle.scala
parent5fcdd12fe92bd22f9cdfb8f5e39e510684b709bf (diff)
Pass compileOptions as an implicit Module parameter.
Diffstat (limited to 'src/test/scala/chiselTests/OptionBundle.scala')
-rw-r--r--src/test/scala/chiselTests/OptionBundle.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/scala/chiselTests/OptionBundle.scala b/src/test/scala/chiselTests/OptionBundle.scala
index 8e4c7579..236e1007 100644
--- a/src/test/scala/chiselTests/OptionBundle.scala
+++ b/src/test/scala/chiselTests/OptionBundle.scala
@@ -5,6 +5,7 @@ package chiselTests
import org.scalatest._
import chisel3._
import chisel3.testers.BasicTester
+import chisel3.NotStrict.NotStrictCompileOptions
class OptionBundle(hasIn: Boolean) extends Bundle {
val in = if (hasIn) {