diff options
| author | Jack Koenig | 2017-12-14 15:36:19 -0800 |
|---|---|---|
| committer | GitHub | 2017-12-14 15:36:19 -0800 |
| commit | 74de925ab437ef999a92b36630ebc4965992fdbf (patch) | |
| tree | 6d3c6bc52ec90820703fd8e91e3b7395836d2fee /src/main/scala/chisel3/compatibility.scala | |
| parent | ef1400f45404210121f53b38585602a8c7c2560e (diff) | |
Fix a few compiler warnings (#738)
Make InvalidateAPI emit to a test directory
Add *.swp and test_run_dir to .gitignore
Diffstat (limited to 'src/main/scala/chisel3/compatibility.scala')
| -rw-r--r-- | src/main/scala/chisel3/compatibility.scala | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/scala/chisel3/compatibility.scala b/src/main/scala/chisel3/compatibility.scala index d65196d9..f299a287 100644 --- a/src/main/scala/chisel3/compatibility.scala +++ b/src/main/scala/chisel3/compatibility.scala @@ -10,6 +10,7 @@ package object Chisel { // scalastyle:ignore package.object.name import scala.language.experimental.macros import scala.annotation.StaticAnnotation import scala.annotation.compileTimeOnly + import scala.language.implicitConversions implicit val defaultCompileOptions = chisel3.core.ExplicitCompileOptions.NotStrict |
