TargetToken

firrtl.annotations.TargetToken
See theTargetToken companion object
sealed trait TargetToken

Building block to represent a Target of a FIRRTL component

Attributes

Companion
object
Deprecated
[Since version Chisel 7.0.0] All APIs in package firrtl are deprecated.
Source
TargetToken.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Field
class Index
class Instance
class OfModule
class Ref

Members list

Value members

Abstract methods

def keyword: String

Attributes

Source
TargetToken.scala
def value: Any

Attributes

Source
TargetToken.scala

Concrete methods

def is(keywords: String*): Boolean

Returns whether this token is one of the type of tokens whose keyword is passed as an argument

Returns whether this token is one of the type of tokens whose keyword is passed as an argument

Attributes

Source
TargetToken.scala