class SRAM1[A] extends SRAM[A, SRAM1] with LocalMem1[A, SRAM1] with Mem1[A, SRAM1] with Ref[Array[Any], SRAM1[A]]

A 1-dimensional SRAM with elements of type A.

Linear Supertypes
Mem1[A, SRAM1], types.LocalMem1[A, SRAM1], SRAM[A, SRAM1], types.LocalMem[A, SRAM1], types.Mem[A, SRAM1], argon.lang.Top[SRAM1[A]], Ref[Array[Any], SRAM1[A]], Exp[Array[Any], SRAM1[A]], ExpType[Array[Any], spatial.lang.SRAM1[A] @scala.annotation.unchecked.uncheckedVariance], Equals, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SRAM1
  2. Mem1
  3. LocalMem1
  4. SRAM
  5. LocalMem
  6. Mem
  7. Top
  8. Ref
  9. Exp
  10. ExpType
  11. Equals
  12. Serializable
  13. Serializable
  14. AnyRef
  15. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SRAM1()(implicit arg0: lang.Bits[A])

Type Members

  1. type L = Array[Any]
    Definition Classes
    Ref → Exp → ExpType

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. def !==(that: Any): argon.lang.Bit
    Definition Classes
    Top
  3. final def ##(): Int
    Definition Classes
    AnyRef → Any
  4. def ++(that: Any): argon.lang.Text
    Definition Classes
    Top
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def ===(that: Any): argon.lang.Bit
    Definition Classes
    Top
  7. val A: lang.Bits[A]
    Definition Classes
    SRAMMem
  8. def M1: Type[SRAM1[A]]
    Attributes
    protected
    Definition Classes
    SRAM
  9. def M2: Type[SRAM2[A]]
    Attributes
    protected
    Definition Classes
    SRAM
  10. def M3: Type[SRAM3[A]]
    Attributes
    protected
    Definition Classes
    SRAM
  11. def M4: Type[SRAM4[A]]
    Attributes
    protected
    Definition Classes
    SRAM
  12. def M5: Type[SRAM5[A]]
    Attributes
    protected
    Definition Classes
    SRAM
  13. val __neverMutable: Boolean
    Attributes
    protected
    Definition Classes
    Mem → ExpType
  14. def __read(addr: Seq[lang.Idx], ens: Set[lang.Bit]): A
    Definition Classes
    SRAMLocalMem
  15. def __reset(ens: Set[lang.Bit]): lang.Void
    Definition Classes
    SRAMLocalMem
  16. val __typeArgs: Seq[Type[_]]
    Attributes
    protected
    Definition Classes
    SRAM1 → ExpType
  17. val __typeParams: Seq[lang.Bits[A]]
    Attributes
    protected
    Definition Classes
    SRAM1 → ExpType
  18. val __typePrefix: String
    Attributes
    protected
    Definition Classes
    SRAM1 → ExpType
  19. def __write(data: A, addr: Seq[lang.Idx], ens: Set[lang.Bit]): lang.Void
    Definition Classes
    SRAMLocalMem
  20. def apply(pos: lang.I32): A

    Returns the value at pos.

  21. def apply(range: lang.Rng): SRAM1[A]

    Returns a view of this memory at the addresses in the given range.

    Returns a view of this memory at the addresses in the given range.

    Definition Classes
    Mem1
  22. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  23. def buffer: SRAM1[A]

    Indicate that the memory should be buffered and ignore ignore potential situation where result from running sequentially does not match with resurt from running pipelined

    Indicate that the memory should be buffered and ignore ignore potential situation where result from running sequentially does not match with resurt from running pipelined

    Definition Classes
    SRAM
  24. final def canEqual(that: Any): Boolean
    Definition Classes
    Ref → Equals
  25. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  26. def coalesce: SRAM1[A]
    Definition Classes
    SRAM
  27. def dim0: lang.I32

    Returns dim0 of this DRAM, or else 1 if SRAM is lower dimensional

    Returns dim0 of this DRAM, or else 1 if SRAM is lower dimensional

    Definition Classes
    SRAM
  28. def dim1: lang.I32

    Returns dim1 of this DRAM, or else 1 if SRAM is lower dimensional

    Returns dim1 of this DRAM, or else 1 if SRAM is lower dimensional

    Definition Classes
    SRAM
  29. def dim2: lang.I32

    Returns dim2 of this DRAM, or else 1 if SRAM is lower dimensional

    Returns dim2 of this DRAM, or else 1 if SRAM is lower dimensional

    Definition Classes
    SRAM
  30. def dim3: lang.I32

    Returns dim3 of this DRAM, or else 1 if SRAM is lower dimensional

    Returns dim3 of this DRAM, or else 1 if SRAM is lower dimensional

    Definition Classes
    SRAM
  31. def dim4: lang.I32

    Returns dim4 of this DRAM, or else 1 if SRAM is lower dimensional

    Returns dim4 of this DRAM, or else 1 if SRAM is lower dimensional

    Definition Classes
    SRAM
  32. def dims: Seq[lang.I32]

    Returns the dimensions of this SRAM as a Sequence.

    Returns the dimensions of this SRAM as a Sequence.

    Definition Classes
    SRAM
  33. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. def eql(that: SRAM1[A]): argon.lang.Bit
    Definition Classes
    Top
  35. final def equals(x: Any): Boolean
    Definition Classes
    Ref → Equals → AnyRef → Any
  36. implicit val evMem: <:<[SRAM1[A], SRAM[A, SRAM1]]
    Definition Classes
    SRAMLocalMemMem
  37. implicit val evRef: <:<[spatial.lang.SRAM1[A] @scala.annotation.unchecked.uncheckedVariance, Ref[Array[Any], spatial.lang.SRAM1[A] @scala.annotation.unchecked.uncheckedVariance]]
    Attributes
    protected[argon]
    Definition Classes
    ExpType
  38. def extract: Option[Any]
    Attributes
    protected
    Definition Classes
    Exp
  39. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  40. def flat: SRAM1[A]

    Only attempt to bank memory in a flattened manner

    Only attempt to bank memory in a flattened manner

    Definition Classes
    SRAM
  41. def fresh: SRAM1[A]
    Attributes
    protected
    Definition Classes
    SRAM1 → ExpType
  42. final def from(c: Any, warnOnLoss: Boolean, errorOnLoss: Boolean, isParam: Boolean, saturating: Boolean, unbiased: Boolean): spatial.lang.SRAM1[A] @scala.annotation.unchecked.uncheckedVariance
    Definition Classes
    ExpType
  43. def gather(dram: DRAMSparseTile[A]): lang.Void

    Creates a sparse gather from the given region of DRAM to this on-chip memory.

    Creates a sparse gather from the given region of DRAM to this on-chip memory.

    Definition Classes
    LocalMem1
  44. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  45. def getFrom(c: Any, isParam: Boolean, saturating: Boolean, unbiased: Boolean): Option[(spatial.lang.SRAM1[A] @scala.annotation.unchecked.uncheckedVariance, Boolean)]
    Definition Classes
    ExpType
  46. final def hashCode(): Int
    Definition Classes
    Ref → AnyRef → Any
  47. def hierarchical: SRAM1[A]

    Only attempt to bank memory hierarchically

    Only attempt to bank memory hierarchically

    Definition Classes
    SRAM
  48. def infix_!=(that: Any): argon.lang.Bit
    Definition Classes
    Top
  49. def infix_==(that: Any): argon.lang.Bit
    Definition Classes
    Top
  50. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  51. def length: lang.I32
  52. def load(dram: DRAM1[A]): lang.Void

    Create a dense burst load from the given region of DRAM to this on-chip memory.

    Create a dense burst load from the given region of DRAM to this on-chip memory.

    Definition Classes
    LocalMem1
  53. def me: spatial.lang.SRAM1[A] @scala.annotation.unchecked.uncheckedVariance
    Attributes
    protected
    Definition Classes
    ExpType
  54. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  55. def neql(that: SRAM1[A]): argon.lang.Bit
    Definition Classes
    Top
  56. def nobank: SRAM1[A]

    Bank memory by duplication only

    Bank memory by duplication only

    Definition Classes
    SRAM
  57. def nonbuffer: SRAM1[A]

    Do not buffer memory

    Do not buffer memory

    Definition Classes
    SRAM
  58. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  59. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  60. def par(p: lang.I32): SRAM1[A]

    Creates an alias of this SRAM with parallel access in the last dimension.

    Creates an alias of this SRAM with parallel access in the last dimension.

    Definition Classes
    SRAM
  61. def rank: Int
    Definition Classes
    SRAM1SRAM
  62. def read(addr: Seq[lang.Idx], ens: Set[lang.Bit] = Set.empty): A

    Returns the value at addr.

    Returns the value at addr. The number of indices should match the SRAM's rank. NOTE: Use the apply method if the SRAM's rank is statically known.

    Definition Classes
    SRAM
  63. def size: lang.I32
  64. def size: lang.I32

    Returns the total capacity (in elements) of this SRAM.

    Returns the total capacity (in elements) of this SRAM.

    Definition Classes
    SRAM
  65. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  66. final def toString(): String
    Definition Classes
    Ref → AnyRef → Any
  67. def toText: argon.lang.Text
    Definition Classes
    Top
  68. def unrelated(that: Any): Unit
    Attributes
    protected
    Definition Classes
    Top
  69. def update(pos: lang.I32, data: A): lang.Void

    Updates the value at pos to data.

  70. def value(c: Any): Option[(Array[Any], Boolean)]
    Attributes
    protected
    Definition Classes
    ExpType
  71. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  72. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  73. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  74. final def withCheck[T](x: ⇒ T)(eql: (T) ⇒ Boolean): Option[(T, Boolean)]
    Attributes
    protected
    Definition Classes
    ExpType
  75. def write(data: A, addr: Seq[lang.Idx], ens: Set[lang.Bit] = Set.empty): lang.Void

    Updates the value at addr to data.

    Updates the value at addr to data. The number of indices should match the SRAM's rank. NOTE: Use the update method if the SRAM's rank is statically known.

    Definition Classes
    SRAM

Inherited from Mem1[A, SRAM1]

Inherited from types.LocalMem1[A, SRAM1]

Inherited from SRAM[A, SRAM1]

Inherited from types.LocalMem[A, SRAM1]

Inherited from types.Mem[A, SRAM1]

Inherited from argon.lang.Top[SRAM1[A]]

Inherited from Ref[Array[Any], SRAM1[A]]

Inherited from Exp[Array[Any], SRAM1[A]]

Inherited from ExpType[Array[Any], spatial.lang.SRAM1[A] @scala.annotation.unchecked.uncheckedVariance]

Inherited from Equals

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped