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. def encapsulatedBy(other: IsModule): Boolean

    Checks whether this is inside of other

    Checks whether this is inside of other

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

    returns

    If legal, convert this Target into a CompleteTarget

    Definition Classes
    CompleteTargetTarget
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. 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
  18. 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
  19. def module(m: String): ModuleTarget

    Creates a ModuleTarget of provided name and this circuit

  20. def moduleOpt: Option[String]

    returns

    Module name, if it exists

    Definition Classes
    CircuitTargetTarget
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. def path: Seq[Nothing]

    returns

    Returns the instance hierarchy path, if one exists

    Definition Classes
    CircuitTargetTarget
  25. 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
  26. def serialize: String

    returns

    Human-readable serialization

    Definition Classes
    TargetNamed
  27. def sharedRoot(other: Target): Boolean

    Share root module

    Share root module

    Definition Classes
    Target
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. def toGenericTarget: GenericTarget

    returns

    Converts this Target into a GenericTarget

    Definition Classes
    Target
  30. def toNamed: CircuitName

    returns

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

    Definition Classes
    CircuitTargetTarget
  31. def toString(): String
    Definition Classes
    CompleteTarget → AnyRef → Any
  32. def toTarget: CompleteTarget
    Definition Classes
    CompleteTargetNamed
  33. def tokens: Nil.type

    returns

    Target tokens

    Definition Classes
    CircuitTargetTarget
  34. def tryToComplete: Target

    returns

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

    Definition Classes
    Target
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. 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