c

firrtl.annotations

CircuitTarget

case class CircuitTarget(circuit: String) extends CompleteTarget with Product with Serializable

Target pointing to a FIRRTL firrtl.ir.Circuit

circuit

Name of a FIRRTL circuit

Source
Target.scala
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CircuitTarget
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. CompleteTarget
  7. Target
  8. Named
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CircuitTarget(circuit: String)

    circuit

    Name of a FIRRTL circuit

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. def addHierarchy(root: String, instance: String): ReferenceTarget

    Adds another level of instance hierarchy Example: Given root=A and instance=b, transforms (Top, B)/c:C -> (Top, A)/b:B/c:C

    Adds another level of instance hierarchy Example: Given root=A and instance=b, transforms (Top, B)/c:C -> (Top, A)/b:B/c:C

    Definition Classes
    CircuitTargetCompleteTarget
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val circuit: String

    returns

    The circuit of this target

    Definition Classes
    CircuitTargetCompleteTarget
  7. def circuitOpt: Option[String]

    returns

    Circuit name, if it exists

    Definition Classes
    CircuitTargetTarget
  8. def circuitTarget: CircuitTarget

    returns

    The CircuitTarget of this target's circuit

    Definition Classes
    CompleteTarget
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  10. def complete: CompleteTarget

    returns

    Converts this Target into a CompleteTarget

    Definition Classes
    Target
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def getComplete: Option[CompleteTarget]

    returns

    If legal, convert this Target into a CompleteTarget

    Definition Classes
    CompleteTargetTarget
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. def isLocal: Boolean

    Whether the target is directly instantiated in its root module

    Whether the target is directly instantiated in its root module

    Definition Classes
    CircuitTargetTarget
  17. def modify(circuitOpt: Option[String] = circuitOpt, moduleOpt: Option[String] = moduleOpt, tokens: Seq[TargetToken] = tokens): GenericTarget

    returns

    Returns a new GenericTarget with new values

    Definition Classes
    Target
  18. def module(m: String): ModuleTarget

    Creates a ModuleTarget of provided name and this circuit

  19. def moduleOpt: Option[String]

    returns

    Module name, if it exists

    Definition Classes
    CircuitTargetTarget
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. def prettyPrint(tab: String = ""): String

    Pretty serialization, ideal for error messages.

    Pretty serialization, ideal for error messages. Cannot be deserialized.

    returns

    Human-readable serialization

    Definition Classes
    Target
  24. def serialize: String

    returns

    Human-readable serialization

    Definition Classes
    TargetNamed
  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. def toGenericTarget: GenericTarget

    returns

    Converts this Target into a GenericTarget

    Definition Classes
    Target
  27. def toNamed: CircuitName

    returns

    Converts this Target into either a CircuitName, ModuleName, or ComponentName

    Definition Classes
    CircuitTargetTarget
  28. def toTarget: CompleteTarget
    Definition Classes
    CompleteTargetNamed
  29. def tokens: Nil.type

    returns

    Target tokens

    Definition Classes
    CircuitTargetTarget
  30. def tryToComplete: Target

    returns

    Converts this Target into a CompleteTarget, or if it can't, return original Target

    Definition Classes
    Target
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from CompleteTarget

Inherited from Target

Inherited from Named

Inherited from AnyRef

Inherited from Any

Ungrouped