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 /chiselFrontend/src/main/scala/chisel3/core/Module.scala | |
| parent | 6df3a785f8abe706838bc5b4b35c3374b6512f96 (diff) | |
Rename CompileOptions implicit objects.
Diffstat (limited to 'chiselFrontend/src/main/scala/chisel3/core/Module.scala')
| -rw-r--r-- | chiselFrontend/src/main/scala/chisel3/core/Module.scala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chiselFrontend/src/main/scala/chisel3/core/Module.scala b/chiselFrontend/src/main/scala/chisel3/core/Module.scala index 47003df0..2cfc6c6a 100644 --- a/chiselFrontend/src/main/scala/chisel3/core/Module.scala +++ b/chiselFrontend/src/main/scala/chisel3/core/Module.scala @@ -9,7 +9,7 @@ import chisel3.internal.Builder._ import chisel3.internal.firrtl._ import chisel3.internal.firrtl.{Command => _, _} import chisel3.internal.sourceinfo.{InstTransform, SourceInfo, UnlocatableSourceInfo} -import chisel3.NotStrict.NotStrictCompileOptions +import chisel3.NotStrict.CompileOptions object Module { /** A wrapper method that all Module instantiations must be wrapped in |
