diff options
| author | Jim Lawson | 2016-09-29 14:57:42 -0700 |
|---|---|---|
| committer | Jim Lawson | 2016-09-29 14:57:42 -0700 |
| commit | 96fb6a5e2c781b20470d02eac186b1b129c20bdf (patch) | |
| tree | 242e9c5d1c5e63bb73bb3cb2c11d056a9e3bbcb9 /src/test/scala/chiselTests/BundleWire.scala | |
| parent | eb5e5dc30019be342b7a0534b425bf33b7984ce3 (diff) | |
Consolidate CompileOptions and re-enable NotStrict pending macro work.
Diffstat (limited to 'src/test/scala/chiselTests/BundleWire.scala')
| -rw-r--r-- | src/test/scala/chiselTests/BundleWire.scala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/scala/chiselTests/BundleWire.scala b/src/test/scala/chiselTests/BundleWire.scala index 07360c34..53d46e93 100644 --- a/src/test/scala/chiselTests/BundleWire.scala +++ b/src/test/scala/chiselTests/BundleWire.scala @@ -5,7 +5,7 @@ import chisel3._ import org.scalatest._ import org.scalatest.prop._ import chisel3.testers.BasicTester -//import chisel3.ExplicitCompileOptions.Strict +//import chisel3.core.ExplicitCompileOptions.Strict class Coord extends Bundle { val x = UInt.width( 32) |
