class RegFile3[A] extends RegFile[A, RegFile3] with LocalMem3[A, RegFile3] with Mem3[A, RegFile1, RegFile2, RegFile3] with Ref[Array[Any], RegFile3[A]]

A 3-dimensional register file (RegFile) with elements of type A

Linear Supertypes
Mem3[A, RegFile1, RegFile2, RegFile3], types.LocalMem3[A, RegFile3], RegFile[A, RegFile3], types.LocalMem[A, RegFile3], types.Mem[A, RegFile3], argon.lang.Top[RegFile3[A]], Ref[Array[Any], RegFile3[A]], Exp[Array[Any], RegFile3[A]], ExpType[Array[Any], spatial.lang.RegFile3[A] @scala.annotation.unchecked.uncheckedVariance], Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RegFile3
  2. Mem3
  3. LocalMem3
  4. RegFile
  5. LocalMem
  6. Mem
  7. Top
  8. Ref
  9. Exp
  10. ExpType
  11. Equals
  12. AnyRef
  13. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RegFile3()(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
    RegFileMem
  8. def M1: Type[RegFile1[A]]
    Attributes
    protected
    Definition Classes
    RegFile
  9. def M2: Type[RegFile2[A]]
    Attributes
    protected
    Definition Classes
    RegFile
  10. def M3: Type[RegFile3[A]]
    Attributes
    protected
    Definition Classes
    RegFile
  11. val __neverMutable: Boolean
    Attributes
    protected
    Definition Classes
    Mem → ExpType
  12. def __read(addr: Seq[lang.Idx], ens: Set[lang.Bit]): A
    Definition Classes
    RegFileLocalMem
  13. def __reset(ens: Set[lang.Bit]): lang.Void
    Definition Classes
    RegFileLocalMem
  14. val __typeArgs: Seq[Type[_]]
    Attributes
    protected
    Definition Classes
    RegFile3 → ExpType
  15. val __typeParams: Seq[lang.Bits[A]]
    Attributes
    protected
    Definition Classes
    RegFile3 → ExpType
  16. val __typePrefix: String
    Attributes
    protected
    Definition Classes
    RegFile3 → ExpType
  17. def __write(data: A, addr: Seq[lang.Idx], ens: Set[lang.Bit]): lang.Void
    Definition Classes
    RegFileLocalMem
  18. def apply(y: Wildcard, i: lang.I32, j: lang.I32): Nothing

    Returns a 1-dimensional view of part of this RegFile3.

    Returns a 1-dimensional view of part of this RegFile3. *

  19. def apply(i: lang.I32, y: Wildcard, j: lang.I32): Nothing

    Returns a 1-dimensional view of part of this RegFile3.

    Returns a 1-dimensional view of part of this RegFile3. *

  20. def apply(i: lang.I32, j: lang.I32, y: Wildcard): Nothing

    Returns a 1-dimensional view of part of this RegFile3.

    Returns a 1-dimensional view of part of this RegFile3. *

  21. def apply(d0: lang.I32, d1: lang.I32, d2: lang.I32): A

    Returns the value at (d0,d1,d2).

  22. def apply(r0: lang.Rng, r1: lang.Rng, r2: lang.Rng): RegFile3[A]

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

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

    Definition Classes
    Mem3
  23. def apply(r0: lang.Rng, r1: lang.Rng, r2: lang.Idx): RegFile2[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
    Mem3
  24. def apply(r0: lang.Rng, r1: lang.Idx, r2: lang.Rng): RegFile2[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
    Mem3
  25. def apply(r0: lang.Idx, r1: lang.Rng, r2: lang.Rng): RegFile2[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
    Mem3
  26. def apply(r0: lang.Rng, r1: lang.Idx, r2: lang.Idx): RegFile1[A]

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

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

    Definition Classes
    Mem3
  27. def apply(r0: lang.Idx, r1: lang.Rng, r2: lang.Idx): RegFile1[A]

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

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

    Definition Classes
    Mem3
  28. def apply(r0: lang.Idx, r1: lang.Idx, r2: lang.Rng): RegFile1[A]

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

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

    Definition Classes
    Mem3
  29. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  30. def buffer: RegFile3[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
    RegFile
  31. final def canEqual(that: Any): Boolean
    Definition Classes
    Ref → Equals
  32. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  33. def coalesce: RegFile3[A]
    Definition Classes
    RegFile
  34. def dim0: lang.I32
    Definition Classes
    RegFile
  35. def dim1: lang.I32
    Definition Classes
    RegFile
  36. def dim2: lang.I32
    Definition Classes
    RegFile
  37. def dims: Seq[lang.I32]
    Definition Classes
    RegFile
  38. def effort(e: Int): RegFile3[A]

    Specify banking search effort for this memory

    Specify banking search effort for this memory

    Definition Classes
    RegFile
  39. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  40. def eql(that: RegFile3[A]): argon.lang.Bit
    Definition Classes
    Top
  41. final def equals(x: Any): Boolean
    Definition Classes
    Ref → Equals → AnyRef → Any
  42. implicit val evMem: <:<[RegFile3[A], RegFile[A, RegFile3]]
    Definition Classes
    RegFileLocalMemMem
  43. implicit val evRef: <:<[spatial.lang.RegFile3[A] @scala.annotation.unchecked.uncheckedVariance, Ref[Array[Any], spatial.lang.RegFile3[A] @scala.annotation.unchecked.uncheckedVariance]]
    Attributes
    protected[argon]
    Definition Classes
    ExpType
  44. def extract: Option[Any]
    Attributes
    protected
    Definition Classes
    Exp
  45. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  46. def fresh: RegFile3[A]
    Attributes
    protected
    Definition Classes
    RegFile3 → ExpType
  47. final def from(c: Any, warnOnLoss: Boolean, errorOnLoss: Boolean, isParam: Boolean, saturating: Boolean, unbiased: Boolean): spatial.lang.RegFile3[A] @scala.annotation.unchecked.uncheckedVariance
    Definition Classes
    ExpType
  48. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  49. def getFrom(c: Any, isParam: Boolean, saturating: Boolean, unbiased: Boolean): Option[(spatial.lang.RegFile3[A] @scala.annotation.unchecked.uncheckedVariance, Boolean)]
    Definition Classes
    ExpType
  50. final def hashCode(): Int
    Definition Classes
    Ref → AnyRef → Any
  51. def infix_!=(that: Any): argon.lang.Bit
    Definition Classes
    Top
  52. def infix_==(that: Any): argon.lang.Bit
    Definition Classes
    Top
  53. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  54. def load(dram: DRAM3[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
    LocalMem3
  55. def me: spatial.lang.RegFile3[A] @scala.annotation.unchecked.uncheckedVariance
    Attributes
    protected
    Definition Classes
    ExpType
  56. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  57. def neql(that: RegFile3[A]): argon.lang.Bit
    Definition Classes
    Top
  58. def nonbuffer: RegFile3[A]

    Do not buffer memory

    Do not buffer memory

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

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

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

    Definition Classes
    RegFile
  62. def rank: Int
    Definition Classes
    RegFile3RegFile
  63. 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 RegFile's rank.

    Definition Classes
    RegFile
  64. def reset(cond: lang.Bit): lang.Void

    Conditionally resets this RegFile based on cond to its inital values (or zeros if unspecified).

    Conditionally resets this RegFile based on cond to its inital values (or zeros if unspecified).

    Definition Classes
    RegFile
  65. def reset: lang.Void

    Resets this RegFile to its initial values (or zeros, if unspecified).

    Resets this RegFile to its initial values (or zeros, if unspecified).

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

    Updates the value at (d0,d1,d2) to data.

  72. def value(c: Any): Option[(Array[Any], Boolean)]
    Attributes
    protected
    Definition Classes
    ExpType
  73. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  74. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  75. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  76. final def withCheck[T](x: ⇒ T)(eql: (T) ⇒ Boolean): Option[(T, Boolean)]
    Attributes
    protected
    Definition Classes
    ExpType
  77. 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 RegFile's rank.

    Definition Classes
    RegFile

Inherited from Mem3[A, RegFile1, RegFile2, RegFile3]

Inherited from types.LocalMem3[A, RegFile3]

Inherited from RegFile[A, RegFile3]

Inherited from types.LocalMem[A, RegFile3]

Inherited from types.Mem[A, RegFile3]

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

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

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

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

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped