Fix formatting
This commit is contained in:
@@ -25,7 +25,7 @@ private class GenerateTopAndHarness(annotations: AnnotationSeq) extends LazyLogg
|
||||
// Dump firrtl and annotation files
|
||||
protected def dump(
|
||||
circuit: Circuit,
|
||||
annotations: AnnotationSeq,
|
||||
annotations: AnnotationSeq
|
||||
): Unit = {
|
||||
outAnno.foreach { annoPath =>
|
||||
val outputFile = new java.io.PrintWriter(annoPath)
|
||||
|
||||
@@ -46,7 +46,7 @@ trait TapeoutCli {
|
||||
|
||||
Seq(
|
||||
OutAnnoAnnotation,
|
||||
HarnessConfAnnotation,
|
||||
HarnessConfAnnotation
|
||||
).foreach(_.addOptions(parser))
|
||||
}
|
||||
|
||||
@@ -66,4 +66,3 @@ class TapeoutStage(doHarness: Boolean) extends Stage {
|
||||
annotations
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user