ComponentName

firrtl.annotations.ComponentName
final case class ComponentName(name: String, module: ModuleName) extends Named

Attributes

Deprecated
[Since version Chisel 7.0.0] All APIs in package firrtl are deprecated.
Source
Target.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Named
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Attributes

Source
Target.scala

Attributes

Source
Target.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product