From a845a11458fb0feed337d416ff45a503c7771bb3 Mon Sep 17 00:00:00 2001 From: Schuyler Eldridge Date: Mon, 22 Jun 2020 18:44:54 -0400 Subject: Set prerequisite of -X high to MinimalHighForm (#1704) Signed-off-by: Schuyler Eldridge --- src/main/scala/firrtl/stage/phases/Compiler.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main') diff --git a/src/main/scala/firrtl/stage/phases/Compiler.scala b/src/main/scala/firrtl/stage/phases/Compiler.scala index 81b45411..d1bf9be4 100644 --- a/src/main/scala/firrtl/stage/phases/Compiler.scala +++ b/src/main/scala/firrtl/stage/phases/Compiler.scala @@ -115,7 +115,7 @@ class Compiler extends Phase with Translator[AnnotationSeq, Seq[CompilerRun]] wi private def compilerToTransforms(a: FirrtlCompiler): Seq[TransformDependency] = a match { case _: firrtl.NoneCompiler => Forms.ChirrtlForm - case _: firrtl.HighFirrtlCompiler => Forms.HighForm + case _: firrtl.HighFirrtlCompiler => Forms.MinimalHighForm case _: firrtl.MiddleFirrtlCompiler => Forms.MidForm case _: firrtl.LowFirrtlCompiler => Forms.LowForm case _: firrtl.VerilogCompiler | _: firrtl.SystemVerilogCompiler => Forms.LowFormOptimized -- cgit v1.2.3