Packages

t

firrtl

DependencyAPIMigration

trait DependencyAPIMigration extends AnyRef

This trait helps ease migration from old CircuitForm specification of dependencies to Dependency API specification of dependencies. This trait implements deprecated, abstract Transform methods (inputForm and outputForm) for you and sets default values for dependencies:

  • prerequisites are empty
  • optionalPrerequisites are empty
  • optionalPrerequisiteOf are empty
  • all transforms are invalidated

For more information, see: https://bit.ly/2Voppre

Self Type
DependencyAPIMigration with Transform
Source
DependencyAPIMigration.scala
Linear Supertypes
Known Subclasses
AddDescriptionNodes, GetNamespace, EliminateTargetPaths, CheckResets, CInferMDir, CInferTypes, CheckChirrtl, CheckFlows, CheckHighForm, CheckInitialization, CheckTypes, CheckWidths, CommonSubexpressionElimination, ConvertFixedToSInt, ExpandConnects, ExpandWhens, ExpandWhensAndCheck, InferBinaryPoints, InferTypes, InferWidths, InlineInstances, Legalize, LowerTypes, PadWidths, Pass, PullMuxes, RemoveAccesses, RemoveCHIRRTL, RemoveEmpty, RemoveIntervals, RemoveValidIf, ReplaceAccesses, ResolveFlows, ResolveKinds, SplitExpressions, ToWorkingIR, TrimIntervals, Uniquify, VerilogModulusCleanup, VerilogPrep, ZeroLengthVecs, ZeroWidth, ClockList, ClockListTransform, RemoveAllButClocks, CreateMemoryAnnotations, InferReadWrite, InferReadWritePass, RenameAnnotatedMemoryPorts, ReplSeqMem, ReplaceMemMacros, ResolveMaskGranularity, ResolveMemoryReference, ToMemIR, VerilogMemDelays, Wiring, WiringTransform, TransformManager, Compiler, BlackBoxSourceHelper, CheckCombLoops, CombineCats, ConstantPropagation, DeadCodeElimination, DedupModules, FixAddingNegativeLiterals, Flatten, FlattenRegUpdate, GroupAndDedup, GroupComponents, InferResets, InlineBitExtractionsTransform, InlineCastsTransform, LegalizeClocksTransform, PropagatePresetAnnotations, RemoveKeywordCollisions, RemoveReset, RemoveWires, RenameModules, ReplaceTruncatingArithmetic, SimplifyMems, TopWiringTransform, VerilogRename, Compiler, HighFirrtlCompiler, LowFirrtlCompiler, MiddleFirrtlCompiler, MinimumVerilogCompiler, NoneCompiler, SystemVerilogCompiler, VerilogCompiler
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DependencyAPIMigration
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. def invalidates(a: Transform): Boolean
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  16. def optionalPrerequisiteOf: Seq[TransformDependency]
  17. def optionalPrerequisites: Seq[TransformDependency]
  18. def prerequisites: Seq[TransformDependency]
  19. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  20. def toString(): String
    Definition Classes
    AnyRef → Any
  21. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Deprecated Value Members

  1. final def inputForm: CircuitForm
    Annotations
    @deprecated
    Deprecated

    (Since version FIRRTL 1.3) Use Dependency API methods for equivalent functionality. See: https://bit.ly/2Voppre

  2. final def outputForm: CircuitForm
    Annotations
    @deprecated
    Deprecated

    (Since version FIRRTL 1.3) Use Dependency API methods for equivalent functionality. See: https://bit.ly/2Voppre

Inherited from AnyRef

Inherited from Any

Ungrouped