Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

Commit

Permalink
Remove firrtl.stage.phases.WriteEmitted
Browse files Browse the repository at this point in the history
This removes WriteEmitted and its associated tests. This is fully
replaced by HowToSerialize and WriteOutputAnnotations.

Signed-off-by: Schuyler Eldridge <schuyler.eldridge@ibm.com>
  • Loading branch information
seldridge committed Dec 16, 2019
1 parent e3f7c05 commit a023ae4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 132 deletions.
3 changes: 0 additions & 3 deletions src/main/scala/firrtl/stage/package.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ package firrtl

import firrtl.annotations.DeletedAnnotation
import firrtl.options.{OptionsView, Viewer}
import firrtl.stage.phases.WriteEmitted

/** The [[stage]] package provides an implementation of the FIRRTL compiler using the [[firrtl.options]] package. This
* primarily consists of:
Expand Down Expand Up @@ -38,8 +37,6 @@ package object stage {

private [firrtl] implicit object FirrtlExecutionResultView extends OptionsView[FirrtlExecutionResult] {

private lazy val dummyWriteEmitted = new WriteEmitted

def view(options: AnnotationSeq): FirrtlExecutionResult = {
val fopts = Viewer[FirrtlOptions].view(options)
val emittedRes = options
Expand Down
50 changes: 0 additions & 50 deletions src/main/scala/firrtl/stage/phases/WriteEmitted.scala

This file was deleted.

79 changes: 0 additions & 79 deletions src/test/scala/firrtlTests/stage/phases/WriteEmittedSpec.scala

This file was deleted.

0 comments on commit a023ae4

Please sign in to comment.