summaryrefslogtreecommitdiff
path: root/src/main/scala/chisel3/util/Reg.scala
diff options
context:
space:
mode:
authorRichard Lin2016-09-29 15:37:44 -0700
committerGitHub2016-09-29 15:37:44 -0700
commit3368a032d7c8ef1022bd9330ef4c4931367ba46b (patch)
tree242e9c5d1c5e63bb73bb3cb2c11d056a9e3bbcb9 /src/main/scala/chisel3/util/Reg.scala
parent12a651513541d6c96e3b709b424d5d3384179076 (diff)
parent96fb6a5e2c781b20470d02eac186b1b129c20bdf (diff)
Merge pull request #302 from ucb-bar/gsdt-renamecompileoptions
Massive rename of CompileOptions.
Diffstat (limited to 'src/main/scala/chisel3/util/Reg.scala')
-rw-r--r--src/main/scala/chisel3/util/Reg.scala3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/scala/chisel3/util/Reg.scala b/src/main/scala/chisel3/util/Reg.scala
index 307812f8..713a3b2e 100644
--- a/src/main/scala/chisel3/util/Reg.scala
+++ b/src/main/scala/chisel3/util/Reg.scala
@@ -3,7 +3,8 @@
package chisel3.util
import chisel3._
-import chisel3.NotStrict.CompileOptions
+// TODO: remove this once we have CompileOptions threaded through the macro system.
+import chisel3.core.ExplicitCompileOptions.NotStrict
object RegNext {
/** Returns a register with the specified next and no reset initialization.