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. var forceMemToBlackboxTranslation: Boolean

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

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

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

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

    Definition Classes
    NodeWithVariableInputsCountNode
  26. def getInputsCount: Int

    Definition Classes
    NodeWithVariableInputsCountNode
  27. def getName(): String

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

    Definition Classes
    SpinalTagReady
  29. def getWidth: Int

    Definition Classes
    Node
  30. val globalData: GlobalData

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

    Definition Classes
    SpinalTagReady
  32. def hashCode(): Int

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

  34. var initialContent: Seq[T]

  35. val inputs: ArrayBuffer[Node]

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

    Definition Classes
    Any
  37. def isNamed: Boolean

    Definition Classes
    Nameable
  38. def isUnnamed: Boolean

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

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

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

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

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

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

    Definition Classes
    NodeWithVariableInputsCountNode
  45. def readAsync(address: UInt, writeToReadKind: MemWriteToReadKind = dontCare): T

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

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

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

  49. def setCompositeName(nameable: Nameable): Unit

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

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

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

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

    Definition Classes
    Nameable
  54. def simplifyNode: Unit

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

    Definition Classes
    AnyRef
  56. def toString(): String

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

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

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

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

  61. def wordType: T

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

  63. 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