spinal.core

Mem

Related Docs: object Mem | package core

class Mem[T <: Data] extends NodeWithVariableInputsCount with AttributeReady with Nameable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Mem
  2. Nameable
  3. AttributeReady
  4. NodeWithVariableInputsCount
  5. Node
  6. SpinalTagReady
  7. ScalaLocated
  8. ContextUser
  9. GlobalDataUser
  10. AnyRef
  11. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Mem(_wordType: T, wordCount: Int)

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. val _widths: Vector[Int]

  5. def addAttribute(attribute: Attribute): Mem.this.type

    Definition Classes
    MemAttributeReady
  6. def addAttribute(name: String, value: String): Mem.this.type

    Definition Classes
    AttributeReady
  7. def addAttribute(name: String): Mem.this.type

    Definition Classes
    AttributeReady
  8. def addTag(spinalTag: SpinalTag): Mem.this.type

    Definition Classes
    SpinalTagReady
  9. def addressType: UInt

  10. def addressTypeAt(initialValue: BigInt): UInt

  11. def addressWidth: Int

  12. def apply(address: UInt): T

  13. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  14. def calcWidth: Int

    Definition Classes
    MemNode
  15. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  16. var component: Component

    Definition Classes
    ContextUser
  17. val consumers: ArrayBuffer[Node]

    Definition Classes
    Node
  18. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  19. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  20. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. def forEachNameables(doThat: (Any) ⇒ Unit): Unit

    Definition Classes
    Nameable
  22. var forceMemToBlackboxTranslation: Boolean

  23. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  24. def getDisplayName(): String

    Definition Classes
    Nameable
  25. def getInput(id: Int): Node

    Definition Classes
    NodeWithVariableInputsCountNode
  26. def getInputs: Iterator[Node]

    Definition Classes
    NodeWithVariableInputsCountNode
  27. def getInputsCount: Int

    Definition Classes
    NodeWithVariableInputsCountNode
  28. def getName(): String

    Definition Classes
    Nameable
  29. def getTag[T <: SpinalTag](clazz: Class[T]): Option[T]

    Definition Classes
    SpinalTagReady
  30. def getWidth: Int

    Definition Classes
    Node
  31. val globalData: GlobalData

    Definition Classes
    GlobalDataUser
  32. def hasTag(spinalTag: SpinalTag): Boolean

    Definition Classes
    SpinalTagReady
  33. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  34. def init(initialContant: Seq[T]): Mem.this.type

  35. var initialContent: Seq[T]

  36. val inputs: ArrayBuffer[Node]

    Definition Classes
    NodeWithVariableInputsCount
  37. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  38. def isNamed: Boolean

    Definition Classes
    Nameable
  39. def isUnnamed: Boolean

    Definition Classes
    Nameable
  40. def nameChangeEvent(weak: Boolean): Unit

    Attributes
    protected
    Definition Classes
    Nameable
  41. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  42. final def notify(): Unit

    Definition Classes
    AnyRef
  43. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  44. def onEachInput(doThat: (Node) ⇒ Unit): Unit

    Definition Classes
    NodeWithVariableInputsCountNode
  45. def onEachInput(doThat: (Node, Int) ⇒ Unit): Unit

    Definition Classes
    NodeWithVariableInputsCountNode
  46. def randBoot(): Mem.this.type

  47. def readAsync(address: UInt, writeToReadKind: MemWriteToReadKind = dontCare): T

  48. def readSync(address: UInt, enable: Bool = True, writeToReadKind: MemWriteToReadKind = dontCare, crossClock: Boolean = false): T

  49. def readSyncCC(address: UInt, enable: Bool = True, writeToReadKind: MemWriteToReadKind = dontCare): T

  50. def setAsBlackBox(): Mem.this.type

  51. def setCompositeName(nameable: Nameable): Unit

    Definition Classes
    Nameable
  52. def setInput(id: Int, node: Node): Unit

    Definition Classes
    NodeWithVariableInputsCountNode
  53. def setName(name: String, weak: Boolean = false): Mem.this.type

    Definition Classes
    Nameable
  54. def setName(nameable: Nameable): Unit

    Definition Classes
    Nameable
  55. def setWeakName(name: String): Nameable

    Definition Classes
    Nameable
  56. def simplifyNode: Unit

    Definition Classes
    Node
  57. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  58. def toString(): String

    Definition Classes
    Nameable → AnyRef → Any
  59. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  62. val wordCount: Int

  63. def wordType: T

  64. def write(address: UInt, data: T, mask: Bits = null): Unit

  65. def writeOrReadSync(address: UInt, writeData: T, chipSelect: Bool, writeEnable: Bool, writeToReadKind: MemWriteToReadKind = dontCare, crossClock: Boolean = false): T

Inherited from Nameable

Inherited from AttributeReady

Inherited from Node

Inherited from SpinalTagReady

Inherited from ScalaLocated

Inherited from ContextUser

Inherited from GlobalDataUser

Inherited from AnyRef

Inherited from Any

Ungrouped