IsClone

chisel3.experimental.hierarchy.core.IsClone
trait IsClone[+T]

Represents a clone of an underlying object. This is used to support CloneModuleAsRecord and Instance/Definition.

Attributes

Note

We don't actually "clone" anything in the traditional sense but is a placeholder so we lazily clone internal state

Source
IsClone.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Concrete methods

def hasSameProto(a: Any): Boolean

Determines whether another object is a clone of the same underlying proto

Determines whether another object is a clone of the same underlying proto

Attributes

Source
IsClone.scala