diff options
| author | chick | 2016-09-29 00:37:32 -0700 |
|---|---|---|
| committer | chick | 2016-10-14 09:41:25 -0700 |
| commit | 070a8d724b282d3866da530b5d99ce7646fbf00e (patch) | |
| tree | c5aa54b045e23320b07e164bc0758315ea139a2e /src/test/scala/chiselTests/Reg.scala | |
| parent | ed872df330cb7dfabdd0e0866176f8f5be8861da (diff) | |
Implement a standardized execution scheme for chisel
Provide support for chisel options
Provide support for firrtl options when called as part of chisel compile
provide command line support the above options via scopt
provide and execution result class that can be used when chisel3 is part
of some externally controlled toolchain
Diffstat (limited to 'src/test/scala/chiselTests/Reg.scala')
| -rw-r--r-- | src/test/scala/chiselTests/Reg.scala | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/scala/chiselTests/Reg.scala b/src/test/scala/chiselTests/Reg.scala index a9086223..90992c01 100644 --- a/src/test/scala/chiselTests/Reg.scala +++ b/src/test/scala/chiselTests/Reg.scala @@ -2,6 +2,7 @@ package chiselTests +import firrtl.ir.Input import org.scalatest._ import chisel3._ import chisel3.core.DataMirror |
