Class

Chisel

BlackBox

Related Doc: package Chisel

Permalink

abstract class BlackBox extends chisel3.core.BlackBox

Linear Supertypes
chisel3.core.BlackBox, BaseBlackBox, BaseModule, HasId, InstanceId, AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BlackBox
  2. BlackBox
  3. BaseBlackBox
  4. BaseModule
  5. HasId
  6. InstanceId
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BlackBox(params: Map[String, Param] = Map.empty[String, Param])

    Permalink

Abstract Value Members

  1. abstract def io: chisel3.core.Record

    Permalink
    Definition Classes
    BlackBox

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def IO[T <: chisel3.core.Data](iodef: T): iodef.type

    Permalink
    Attributes
    protected
    Definition Classes
    BaseModule
  5. def _autoWrapPorts(): Unit

    Permalink
    Definition Classes
    BlackBox → BaseModule
  6. var _closed: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    BaseModule
  7. def _ioPortBound(): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    BlackBox
  8. def annotate(annotation: ChiselAnnotation): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    BaseModule
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def desiredName: String

    Permalink
    Definition Classes
    BaseModule
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def equals(that: Any): Boolean

    Permalink
    Definition Classes
    HasId → AnyRef → Any
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def getIds: Seq[HasId]

    Permalink
    Attributes
    protected
    Definition Classes
    BaseModule
  17. def getModulePorts: Seq[chisel3.core.Data]

    Permalink
    Attributes
    protected
    Definition Classes
    BaseModule
  18. def hashCode(): Int

    Permalink
    Definition Classes
    HasId → AnyRef → Any
  19. def instanceName: String

    Permalink
    Definition Classes
    BaseModule → HasId → InstanceId
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. final val name: String

    Permalink
    Definition Classes
    BaseModule
  22. def nameIds(rootClass: Class[_]): HashMap[HasId, String]

    Permalink
    Attributes
    protected
    Definition Classes
    BaseModule
  23. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. val params: Map[String, Param]

    Permalink
    Definition Classes
    BlackBox
  27. def parentModName: String

    Permalink
    Definition Classes
    HasId → InstanceId
  28. def parentPathName: String

    Permalink
    Definition Classes
    HasId → InstanceId
  29. def pathName: String

    Permalink
    Definition Classes
    HasId → InstanceId
  30. def portsContains(elem: chisel3.core.Data): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    BaseModule
  31. def portsSize: Int

    Permalink
    Attributes
    protected
    Definition Classes
    BaseModule
  32. def suggestName(name: ⇒ String): BlackBox.this.type

    Permalink
    Definition Classes
    HasId
  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  34. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  35. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from chisel3.core.BlackBox

Inherited from BaseBlackBox

Inherited from BaseModule

Inherited from HasId

Inherited from InstanceId

Inherited from AnyRef

Inherited from Any

Ungrouped