Proto

chisel3.experimental.hierarchy.core.Proto
final case class Proto[+T](proto: T) extends Underlying[T]

An actual implementation

Attributes

Source
Underlying.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Underlying[T]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product