Dependency

firrtl.options.Dependency
See theDependency companion object
case class Dependency[+A <: DependencyAPI[_]](id: Either[Class[_ <: A], A & Singleton])

Attributes

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

Members list

Value members

Concrete methods

def getName: String

Attributes

Source
Phase.scala
def getObject(): A

Attributes

Source
Phase.scala
def getSimpleName: String

Attributes

Source
Phase.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product