aboutsummaryrefslogtreecommitdiff
path: root/src/test/scala/firrtlTests/DriverSpec.scala
diff options
context:
space:
mode:
authorJim Lawson2017-01-27 12:19:38 -0800
committerGitHub2017-01-27 12:19:38 -0800
commit91570ec8d7ab6bede24eb8da4a7e005f00ac076f (patch)
tree1abe0499ff53baa702610f8aaaf5d2ee7b7cbe0d /src/test/scala/firrtlTests/DriverSpec.scala
parent6c00f2c880a536b61196e7ec63fc861d69c8b764 (diff)
Move BackendCompilationUtilities into a util package for use by chisel3. (#400)
* Move BackendCompilationUtilities into a util package for use by chisel3. Some of this could be moved into a more general tools package, but since chisel3 already has a dependency on firrtl ... * Push util down into firrtl so as not to conflict with scala.util.
Diffstat (limited to 'src/test/scala/firrtlTests/DriverSpec.scala')
-rw-r--r--src/test/scala/firrtlTests/DriverSpec.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/scala/firrtlTests/DriverSpec.scala b/src/test/scala/firrtlTests/DriverSpec.scala
index 9f29b918..ff888e2e 100644
--- a/src/test/scala/firrtlTests/DriverSpec.scala
+++ b/src/test/scala/firrtlTests/DriverSpec.scala
@@ -8,6 +8,7 @@ import org.scalatest.{FreeSpec, Matchers}
import firrtl.passes.InlineInstances
import firrtl.passes.memlib.{InferReadWrite, ReplSeqMem}
import firrtl._
+import firrtl.util.BackendCompilationUtilities
class DriverSpec extends FreeSpec with Matchers with BackendCompilationUtilities {
"CommonOptions are some simple options available across the chisel3 ecosystem" - {