SimpleLookupable

chisel3.experimental.hierarchy.core.Lookupable.SimpleLookupable
class SimpleLookupable[X] extends Lookupable[X]

Attributes

Deprecated
[Since version Chisel 7.0.0] Use Lookupable.isLookupable instead of extending this.
Source
Lookupable.scala
Graph
Supertypes
trait Lookupable[X]
class Object
trait Matchable
class Any

Members list

Type members

Types

type B = X

Attributes

Source
Lookupable.scala
type C = X

Attributes

Source
Lookupable.scala

Value members

Concrete methods

def definitionLookup[A](that: A => B, definition: Definition[A]): C

Function called to modify the returned value of type B from A, into C

Function called to modify the returned value of type B from A, into C

Value parameters

definition

Definition of A, used to determine C's context

that

function that selects B from A

Attributes

Source
Lookupable.scala
def instanceLookup[A](that: A => B, instance: Instance[A]): C

Function called to modify the returned value of type B from A, into C

Function called to modify the returned value of type B from A, into C

Value parameters

instance

Instance of A, used to determine C's context

that

function that selects B from A

Attributes

Source
Lookupable.scala