Packages

object Target

Annotations
@deprecated
Deprecated

(Since version Chisel 7.0.0) All APIs in package firrtl are deprecated.

Source
Target.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Target
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. case class NamedException(message: String) extends Exception with Product with Serializable

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 apply(moduleOpt: Option[String], reference: Seq[TargetToken]): GenericTarget
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def asTarget(m: ModuleTarget)(e: Expression): ReferenceTarget
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. implicit def convertComponentName2ReferenceTarget(c: ComponentName): ReferenceTarget
  9. implicit def convertIsComponent2ComponentName(c: IsComponent): ComponentName
  10. implicit def convertModuleName2ModuleTarget(c: ModuleName): ModuleTarget
  11. implicit def convertModuleTarget2ModuleName(c: ModuleTarget): ModuleName
  12. implicit def convertNamed2Target(n: Named): CompleteTarget
  13. implicit def convertTarget2Named(c: Target): Named
  14. def deserialize(s: String): Target

    returns

    Target from human-readable serialization

  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def getPathlessTarget(t: Target): Target
  20. def getReferenceTarget(t: Target): Target
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def isOnly(seq: Seq[TargetToken], keywords: String*): Boolean

    Checks if seq only contains TargetToken's with select keywords

  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. def referringModule(a: IsMember): ModuleTarget

    Returns the module that a Target "refers" to.

    Returns the module that a Target "refers" to.

    For a ModuleTarget or a ReferenceTarget, this is simply the deepest module. For an InstanceTarget this is *the module of the instance*.

    Note

    This differs from InstanceTarget.pathlessTarget which refers to the module instantiating the instance.

  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. def toTargetTokens(name: String): Seq[TargetToken]

    Converts ComponentName's name into TargetTokens

  31. def unapply(t: Target): Option[(Option[String], Seq[TargetToken])]
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped