diff options
Diffstat (limited to 'src/main/scala/firrtl/options/phases/Checks.scala')
| -rw-r--r-- | src/main/scala/firrtl/options/phases/Checks.scala | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/scala/firrtl/options/phases/Checks.scala b/src/main/scala/firrtl/options/phases/Checks.scala index 659247c9..69cbc7ed 100644 --- a/src/main/scala/firrtl/options/phases/Checks.scala +++ b/src/main/scala/firrtl/options/phases/Checks.scala @@ -12,9 +12,9 @@ import firrtl.options.Dependency */ class Checks extends Phase with PreservesAll[Phase] { - override val prerequisites = Seq(Dependency[GetIncludes], Dependency[ConvertLegacyAnnotations], Dependency[AddDefaults]) + override def prerequisites = Seq(Dependency[GetIncludes], Dependency[ConvertLegacyAnnotations], Dependency[AddDefaults]) - override val dependents = Seq.empty + override def dependents = Seq.empty /** Validate an [[AnnotationSeq]] for [[StageOptions]] * @throws OptionsException if annotations are invalid |
