IsInstantiable

chisel3.experimental.hierarchy.core.IsInstantiable
See theIsInstantiable companion object

While this is public, it is not recommended for users to extend directly. Instead, use the instantiable annotation on your trait or class.

This trait indicates whether a class can be returned from an Instance.

Attributes

Companion
object
Source
IsInstantiable.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class BaseModule
class Class
class FixedIOExtModule[A]
class AutoBlackBox
class FixedIOModule[A]
class FixedIORawModule[A]
class CIRCTSRAM[T]
class TestHarness[M]
class RawModule
class AllUnitTests
class Module
class PRNG
class GaloisLFSR
trait LFSR
class Arbiter[T]
class LockingArbiter[T]
class LockingRRArbiter[T]
class RRArbiter[T]
class Pipe[T]
class Queue[T]
Show all
In this article