summaryrefslogtreecommitdiff
path: root/src/test/scala/ChiselTests/BundleWire.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/scala/ChiselTests/BundleWire.scala')
-rw-r--r--src/test/scala/ChiselTests/BundleWire.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/scala/ChiselTests/BundleWire.scala b/src/test/scala/ChiselTests/BundleWire.scala
index 50bb60e2..5d6af2aa 100644
--- a/src/test/scala/ChiselTests/BundleWire.scala
+++ b/src/test/scala/ChiselTests/BundleWire.scala
@@ -1,5 +1,6 @@
package ChiselTests
import Chisel._
+import Chisel.testers._
class Coord extends Bundle {
val x = UInt(width = 32)