diff --git a/src/main/scala/util/CompileOptions.scala b/src/main/scala/util/CompileOptions.scala deleted file mode 100644 index 50eaba50995..00000000000 --- a/src/main/scala/util/CompileOptions.scala +++ /dev/null @@ -1,10 +0,0 @@ -// See LICENSE.SiFive for license details. - -package freechips.rocketchip.util - -import chisel3.ExplicitCompileOptions.NotStrict - -object CompileOptions { - /** Compatibility mode semantics except Module implicit reset should be inferred instead of Bool */ - implicit val NotStrictInferReset = NotStrict.copy(inferModuleReset = true) -}