diff options
| author | Jim Lawson | 2016-08-30 13:45:37 -0700 |
|---|---|---|
| committer | Jim Lawson | 2016-08-30 13:45:37 -0700 |
| commit | 8002f7ac6731b1da5e0d8e7b1536995a23878037 (patch) | |
| tree | 3fd6212e57ffbdc7441b68794f89879b9eaff45b /src/test/scala/chiselTests/IOCompatibility.scala | |
| parent | 000bba093609b74d0dbbc73490edac9ed756aa65 (diff) | |
Make compileOptions in the Chisel package effective.
Remove references to the Chisel package in favor of explicit chisel3 imports in tests,
Diffstat (limited to 'src/test/scala/chiselTests/IOCompatibility.scala')
| -rw-r--r-- | src/test/scala/chiselTests/IOCompatibility.scala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/scala/chiselTests/IOCompatibility.scala b/src/test/scala/chiselTests/IOCompatibility.scala index aa3bd962..d100df2b 100644 --- a/src/test/scala/chiselTests/IOCompatibility.scala +++ b/src/test/scala/chiselTests/IOCompatibility.scala @@ -2,7 +2,7 @@ package chiselTests -import Chisel._ +import chisel3._ import chisel3.NotStrict.CompileOptions class IOCSimpleIO extends Bundle { |
