InstantiableClone

chisel3.experimental.hierarchy.InstantiableClone
trait InstantiableClone[T <: IsInstantiable] extends IsClone[T]

Attributes

Note

If we are cloning a non-module, we need another object which has the proper _parent set!

Source
InstantiableClone.scala
Graph
Supertypes
trait IsClone[T]
class Object
trait Matchable
class Any

Members list

Value members

Inherited 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

Inherited from:
IsClone
Source
IsClone.scala