class RegFile1[A] extends RegFile[A, RegFile1] with LocalMem1[A, RegFile1] with Mem1[A, RegFile1] with Ref[Array[Any], RegFile1[A]]

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

Linear Supertypes
Mem1[A, RegFile1], types.LocalMem1[A, RegFile1], RegFile[A, RegFile1], types.LocalMem[A, RegFile1], types.Mem[A, RegFile1], argon.lang.Top[RegFile1[A]], Ref[Array[Any], RegFile1[A]], Exp[Array[Any], RegFile1[A]], ExpType[Array[Any], spatial.lang.RegFile1[A] @scala.annotation.unchecked.uncheckedVariance], Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RegFile1
  2. Mem1
  3. LocalMem1
  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 RegFile1()(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. def <<=(data: lang.Vec[A]): lang.Void

    Shifts in data into the first N registers, where N is the size of the given Vector.

    Shifts in data into the first N registers, where N is the size of the given Vector. All other elements are shifted by N positions.

  6. def <<=(data: A): lang.Void

    Shifts in data into the first register, shifting all other values over by one position.

  7. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def ===(that: Any): argon.lang.Bit
    Definition Classes
    Top
  9. val A: lang.Bits[A]
    Definition Classes
    RegFileMem
  10. def M1: Type[RegFile1[A]]
    Attributes
    protected
    Definition Classes
    RegFile
  11. def M2: Type[RegFile2[A]]
    Attributes
    protected
    Definition Classes
    RegFile
  12. def M3: Type[RegFile3[A]]
    Attributes
    protected
    Definition Classes
    RegFile
  13. val __neverMutable: Boolean
    Attributes
    protected
    Definition Classes
    Mem → ExpType
  14. def __read(addr: Seq[lang.Idx], ens: Set[lang.Bit]): A
    Definition Classes
    RegFileLocalMem
  15. def __reset(ens: Set[lang.Bit]): lang.Void
    Definition Classes
    RegFileLocalMem
  16. val __typeArgs: Seq[Type[_]]
    Attributes
    protected
    Definition Classes
    RegFile1 → ExpType
  17. val __typeParams: Seq[lang.Bits[A]]
    Attributes
    protected
    Definition Classes
    RegFile1 → ExpType
  18. val __typePrefix: String
    Attributes
    protected
    Definition Classes
    RegFile1 → ExpType
  19. def __write(data: A, addr: Seq[lang.Idx], ens: Set[lang.Bit]): lang.Void
    Definition Classes
    RegFileLocalMem
  20. def apply(pos: lang.I32): A

    Returns the value at pos.

  21. def apply(range: lang.Rng): RegFile1[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: RegFile1[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
  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: RegFile1[A]
    Definition Classes
    RegFile
  27. def dim0: lang.I32
    Definition Classes
    RegFile
  28. def dim1: lang.I32
    Definition Classes
    RegFile
  29. def dim2: lang.I32
    Definition Classes
    RegFile
  30. def dims: Seq[lang.I32]
    Definition Classes
    RegFile
  31. def effort(e: Int): RegFile1[A]

    Specify banking search effort for this memory

    Specify banking search effort for this memory

    Definition Classes
    RegFile
  32. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. def eql(that: RegFile1[A]): argon.lang.Bit
    Definition Classes
    Top
  34. final def equals(x: Any): Boolean
    Definition Classes
    Ref → Equals → AnyRef → Any
  35. implicit val evMem: <:<[RegFile1[A], RegFile[A, RegFile1]]
    Definition Classes
    RegFileLocalMemMem
  36. implicit val evRef: <:<[spatial.lang.RegFile1[A] @scala.annotation.unchecked.uncheckedVariance, Ref[Array[Any], spatial.lang.RegFile1[A] @scala.annotation.unchecked.uncheckedVariance]]
    Attributes
    protected[argon]
    Definition Classes
    ExpType
  37. def extract: Option[Any]
    Attributes
    protected
    Definition Classes
    Exp
  38. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  39. def fresh: RegFile1[A]
    Attributes
    protected
    Definition Classes
    RegFile1 → ExpType
  40. final def from(c: Any, warnOnLoss: Boolean, errorOnLoss: Boolean, isParam: Boolean, saturating: Boolean, unbiased: Boolean): spatial.lang.RegFile1[A] @scala.annotation.unchecked.uncheckedVariance
    Definition Classes
    ExpType
  41. 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
  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.RegFile1[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. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  48. def length: lang.I32
  49. 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
  50. def me: spatial.lang.RegFile1[A] @scala.annotation.unchecked.uncheckedVariance
    Attributes
    protected
    Definition Classes
    ExpType
  51. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  52. def neql(that: RegFile1[A]): argon.lang.Bit
    Definition Classes
    Top
  53. def nonbuffer: RegFile1[A]

    Do not buffer memory

    Do not buffer memory

    Definition Classes
    RegFile
  54. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  55. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  56. def par(p: lang.I32): RegFile1[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
  57. def rank: Int
    Definition Classes
    RegFile1RegFile
  58. 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
  59. 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
  60. 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
  61. def size: lang.I32
  62. def size: lang.I32
    Definition Classes
    RegFile
  63. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  64. final def toString(): String
    Definition Classes
    Ref → AnyRef → Any
  65. def toText: argon.lang.Text
    Definition Classes
    Top
  66. def unrelated(that: Any): Unit
    Attributes
    protected
    Definition Classes
    Top
  67. def update(pos: lang.I32, data: A): lang.Void

    Updates the value at pos to data.

  68. def value(c: Any): Option[(Array[Any], Boolean)]
    Attributes
    protected
    Definition Classes
    ExpType
  69. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  70. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  71. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  72. final def withCheck[T](x: ⇒ T)(eql: (T) ⇒ Boolean): Option[(T, Boolean)]
    Attributes
    protected
    Definition Classes
    ExpType
  73. 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 Mem1[A, RegFile1]

Inherited from types.LocalMem1[A, RegFile1]

Inherited from RegFile[A, RegFile1]

Inherited from types.LocalMem[A, RegFile1]

Inherited from types.Mem[A, RegFile1]

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

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

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

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

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped