class DRAM2[A] extends DRAM[A, DRAM2] with Ref[Array[Any], DRAM2[A]] with Mem2[A, DRAM1, DRAM2]

A 2-dimensional DRAM with elements of type A.

Linear Supertypes
Mem2[A, DRAM1, DRAM2], DRAM[A, DRAM2], types.RemoteMem[A, DRAM2], types.Mem[A, DRAM2], argon.lang.Top[DRAM2[A]], Ref[Array[Any], DRAM2[A]], Exp[Array[Any], DRAM2[A]], ExpType[Array[Any], spatial.lang.DRAM2[A] @scala.annotation.unchecked.uncheckedVariance], Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DRAM2
  2. Mem2
  3. DRAM
  4. RemoteMem
  5. Mem
  6. Top
  7. Ref
  8. Exp
  9. ExpType
  10. Equals
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DRAM2()(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
    DRAMMem
  8. def M1: Type[DRAM1[A]]
    Attributes
    protected
    Definition Classes
    DRAM
  9. def M2: Type[DRAM2[A]]
    Attributes
    protected
    Definition Classes
    DRAM
  10. def M3: Type[DRAM3[A]]
    Attributes
    protected
    Definition Classes
    DRAM
  11. def M4: Type[DRAM4[A]]
    Attributes
    protected
    Definition Classes
    DRAM
  12. def M5: Type[DRAM5[A]]
    Attributes
    protected
    Definition Classes
    DRAM
  13. val __neverMutable: Boolean
    Attributes
    protected
    Definition Classes
    Mem → ExpType
  14. val __typeArgs: Seq[Type[_]]
    Attributes
    protected
    Definition Classes
    DRAM2 → ExpType
  15. val __typeParams: Seq[lang.Bits[A]]
    Attributes
    protected
    Definition Classes
    DRAM2 → ExpType
  16. val __typePrefix: String
    Attributes
    protected
    Definition Classes
    DRAM2 → ExpType
  17. def address: lang.I64

    Returns the 64-bit address of this DRAM

    Returns the 64-bit address of this DRAM

    Definition Classes
    DRAM
  18. def alloc(rows: lang.I32, cols: lang.I32): lang.Void
  19. def apply(rows: lang.Rng, cols: lang.Rng): DRAM2[A]

    Creates a view of a 2-dimensional, dense region of this memory.

    Creates a view of a 2-dimensional, dense region of this memory.

    Definition Classes
    Mem2
  20. def apply(rows: lang.Rng, col: lang.Idx): DRAM1[A]

    Creates a view of a dense slice of a column of this memory.

    Creates a view of a dense slice of a column of this memory. Use the * wildcard to view the entire column.

    Definition Classes
    Mem2
  21. def apply(row: lang.Idx, cols: lang.Rng): DRAM1[A]

    Creates a view of a dense slice of a row of this memory.

    Creates a view of a dense slice of a row of this memory. Use the * wildcard to view the entire row.

    Definition Classes
    Mem2
  22. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  23. final def canEqual(that: Any): Boolean
    Definition Classes
    Ref → Equals
  24. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  25. def cols: lang.I32
  26. def dealloc: lang.Void
    Definition Classes
    DRAM
  27. def dim0: lang.I32

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

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

    Definition Classes
    DRAM
  28. def dim1: lang.I32

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

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

    Definition Classes
    DRAM
  29. def dim2: lang.I32

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

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

    Definition Classes
    DRAM
  30. def dim3: lang.I32

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

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

    Definition Classes
    DRAM
  31. def dim4: lang.I32

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

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

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

    Returns the dimensions of this DRAM as a Sequence.

    Returns the dimensions of this DRAM as a Sequence.

    Definition Classes
    DRAM
  33. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. def eql(that: DRAM2[A]): lang.Bit
    Definition Classes
    DRAM → Top
  35. final def equals(x: Any): Boolean
    Definition Classes
    Ref → Equals → AnyRef → Any
  36. implicit val evMem: <:<[DRAM2[A], DRAM[A, DRAM2]]
    Definition Classes
    DRAMRemoteMemMem
  37. implicit val evRef: <:<[spatial.lang.DRAM2[A] @scala.annotation.unchecked.uncheckedVariance, Ref[Array[Any], spatial.lang.DRAM2[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 fresh: DRAM2[A]
    Attributes
    protected
    Definition Classes
    DRAM2 → ExpType
  41. final def from(c: Any, warnOnLoss: Boolean, errorOnLoss: Boolean, isParam: Boolean, saturating: Boolean, unbiased: Boolean): spatial.lang.DRAM2[A] @scala.annotation.unchecked.uncheckedVariance
    Definition Classes
    ExpType
  42. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  43. def getFrom(c: Any, isParam: Boolean, saturating: Boolean, unbiased: Boolean): Option[(spatial.lang.DRAM2[A] @scala.annotation.unchecked.uncheckedVariance, Boolean)]
    Definition Classes
    ExpType
  44. final def hashCode(): Int
    Definition Classes
    Ref → AnyRef → Any
  45. def infix_!=(that: Any): argon.lang.Bit
    Definition Classes
    Top
  46. def infix_==(that: Any): argon.lang.Bit
    Definition Classes
    Top
  47. def isAlloc: lang.Bit
    Definition Classes
    DRAM
  48. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  49. def me: spatial.lang.DRAM2[A] @scala.annotation.unchecked.uncheckedVariance
    Attributes
    protected
    Definition Classes
    ExpType
  50. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  51. def neql(that: DRAM2[A]): lang.Bit
    Definition Classes
    DRAM → Top
  52. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  53. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  54. def rank: Seq[Int]
    Definition Classes
    DRAM2DRAM
  55. def rows: lang.I32
  56. def size: lang.I32

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

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

    Definition Classes
    DRAM
  57. def store(data: RegFile2[A]): lang.Void

    Creates a dense, burst transfer from the RegFile2 data to this region of main memory.

  58. def store(data: SRAM2[A]): lang.Void

    Creates a dense, burst transfer from the SRAM2 data to this region of main memory.

  59. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  60. final def toString(): String
    Definition Classes
    Ref → AnyRef → Any
  61. def toText: argon.lang.Text
    Definition Classes
    Top
  62. def unrelated(that: Any): Unit
    Attributes
    protected
    Definition Classes
    Top
  63. def value(c: Any): Option[(Array[Any], Boolean)]
    Attributes
    protected
    Definition Classes
    ExpType
  64. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  65. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  66. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  67. final def withCheck[T](x: ⇒ T)(eql: (T) ⇒ Boolean): Option[(T, Boolean)]
    Attributes
    protected
    Definition Classes
    ExpType

Inherited from Mem2[A, DRAM1, DRAM2]

Inherited from DRAM[A, DRAM2]

Inherited from types.RemoteMem[A, DRAM2]

Inherited from types.Mem[A, DRAM2]

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

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

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

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

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped