firrtl.annotations.Target
See theTarget companion trait
object Target
Attributes
- Companion
- trait
- Deprecated
-
[Since version Chisel 7.0.0]All APIs in package firrtl are deprecated. - Source
- Target.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Target.type
Members list
Type members
Classlikes
case class NamedException(message: String) extends Exception
Attributes
- Source
- Target.scala
- Supertypes
-
trait Producttrait Equalsclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
Value members
Concrete methods
Attributes
- Source
- Target.scala
Attributes
- Source
- Target.scala
Attributes
- Returns
-
Target from human-readable serialization
- Source
- Target.scala
Attributes
- Source
- Target.scala
Attributes
- Source
- Target.scala
Checks if seq only contains TargetToken's with select keywords
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.
Attributes
- Note
-
This differs from InstanceTarget.pathlessTarget which refers to the module instantiating the instance.
- Source
- Target.scala
Converts ComponentName's name into TargetTokens
Attributes
- Source
- Target.scala
Implicits
Implicits
Attributes
- Source
- Target.scala
Attributes
- Source
- Target.scala
Attributes
- Source
- Target.scala
Attributes
- Source
- Target.scala
Attributes
- Source
- Target.scala
Attributes
- Source
- Target.scala
In this article