Packages

t

chisel3.util

HasExtModuleInline

trait HasExtModuleInline extends ExtModule

Self Type
HasExtModuleInline with ExtModule
Source
ExtModuleUtils.scala
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HasExtModuleInline
  2. ExtModule
  3. BaseBlackBox
  4. BaseModule
  5. IsInstantiable
  6. HasId
  7. InstanceId
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def IO[T <: Data](iodef: T): T
    Attributes
    protected
    Definition Classes
    BaseModule
  5. def _bindIoInPlace(iodef: Data): Unit
    Attributes
    protected
    Definition Classes
    BaseModule
  6. var _closed: Boolean
    Attributes
    protected
    Definition Classes
    BaseModule
  7. def _compatAutoWrapPorts(): Unit
    Definition Classes
    BaseModule
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def circuitName: String
    Attributes
    protected
    Definition Classes
    HasId
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  11. def desiredName: String
    Definition Classes
    BaseModule
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(that: Any): Boolean
    Definition Classes
    HasId → AnyRef → Any
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def getModulePorts: Seq[Data]
    Attributes
    protected[chisel3]
    Definition Classes
    BaseModule
  16. def hasSeed: Boolean
    Definition Classes
    HasId
  17. def hashCode(): Int
    Definition Classes
    HasId → AnyRef → Any
  18. def instanceName: String
    Definition Classes
    BaseModule → HasId → InstanceId
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. final lazy val name: String
    Definition Classes
    BaseModule
  21. def nameIds(rootClass: Class[_]): HashMap[HasId, String]
    Attributes
    protected
    Definition Classes
    BaseModule
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. val params: Map[String, Param]
    Definition Classes
    ExtModule
  26. def parentModName: String
    Definition Classes
    HasId → InstanceId
  27. def parentPathName: String
    Definition Classes
    HasId → InstanceId
  28. def pathName: String
    Definition Classes
    HasId → InstanceId
  29. def portsContains(elem: Data): Boolean
    Attributes
    protected
    Definition Classes
    BaseModule
  30. def portsSize: Int
    Attributes
    protected
    Definition Classes
    BaseModule
  31. def setInline(blackBoxName: String, blackBoxInline: String): Unit

    Creates a black box verilog file, from the contents of a local string

    Creates a black box verilog file, from the contents of a local string

    blackBoxName

    The black box module name, to create filename

    blackBoxInline

    The black box contents

  32. def suggestName(seed: => String): HasExtModuleInline.this
    Definition Classes
    HasId
  33. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  34. final def toAbsoluteTarget: IsModule
    Definition Classes
    BaseModule → InstanceId
  35. final def toNamed: ModuleName
    Definition Classes
    BaseModule → InstanceId
  36. def toString(): String
    Definition Classes
    AnyRef → Any
  37. final def toTarget: ModuleTarget
    Definition Classes
    BaseModule → InstanceId
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from ExtModule

Inherited from BaseBlackBox

Inherited from BaseModule

Inherited from IsInstantiable

Inherited from HasId

Inherited from internal.InstanceId

Inherited from AnyRef

Inherited from Any

Ungrouped