diff options
| author | Jim Lawson | 2016-08-29 13:45:05 -0700 |
|---|---|---|
| committer | Jim Lawson | 2016-08-29 13:45:05 -0700 |
| commit | 62817134d222747f1eab34626fe7b1bb13b9f6df (patch) | |
| tree | dea1d2d6e19f4ab96b70504fa8bf2554767e9061 /src/test/scala/chiselTests/BundleWire.scala | |
| parent | 6df3a785f8abe706838bc5b4b35c3374b6512f96 (diff) | |
Rename CompileOptions implicit objects.
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 c72ad78d..15c5d5f8 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.Strict.StrictCompileOptions +import chisel3.Strict.CompileOptions class Coord extends Bundle { val x = UInt.width( 32) |
