abstract class RegFile[A, C[T]] extends Top[C[A]] with LocalMem[A, C]

An N-dimensional register file

Linear Supertypes
types.LocalMem[A, C], types.Mem[A, C], argon.lang.Top[C[A]], Ref[Any, C[A]], Exp[Any, C[A]], ExpType[Any, C[A] @scala.annotation.unchecked.uncheckedVariance], Equals, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RegFile
  2. LocalMem
  3. Mem
  4. Top
  5. Ref
  6. Exp
  7. ExpType
  8. Equals
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RegFile()(implicit arg0: lang.Bits[A], evMem: <:<[C[A], RegFile[A, C]])

Type Members

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

Abstract Value Members

  1. abstract def rank: Int

Concrete 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
  9. def M2: Type[RegFile2[A]]
    Attributes
    protected
  10. def M3: Type[RegFile3[A]]
    Attributes
    protected
  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. def __typeArgs: Seq[Type[_]]
    Attributes
    protected
    Definition Classes
    ExpType
  15. def __typeParams: Seq[Any]
    Attributes
    protected
    Definition Classes
    ExpType
  16. def __typePrefix: String
    Attributes
    protected
    Definition Classes
    ExpType
  17. def __write(data: A, addr: Seq[lang.Idx], ens: Set[lang.Bit]): lang.Void
    Definition Classes
    RegFileLocalMem
  18. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  19. def buffer: C[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

  20. final def canEqual(that: Any): Boolean
    Definition Classes
    Ref → Equals
  21. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  22. def coalesce: C[A]
  23. def dim0: lang.I32
  24. def dim1: lang.I32
  25. def dim2: lang.I32
  26. def dims: Seq[lang.I32]
  27. def effort(e: Int): C[A]

    Specify banking search effort for this memory

  28. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. def eql(that: C[A]): argon.lang.Bit
    Definition Classes
    Top
  30. final def equals(x: Any): Boolean
    Definition Classes
    Ref → Equals → AnyRef → Any
  31. implicit val evMem: <:<[C[A], RegFile[A, C]]
    Definition Classes
    RegFileLocalMemMem
  32. implicit val evRef: <:<[C[A] @scala.annotation.unchecked.uncheckedVariance, Ref[Any, C[A] @scala.annotation.unchecked.uncheckedVariance]]
    Attributes
    protected[argon]
    Definition Classes
    ExpType
  33. def extract: Option[Any]
    Attributes
    protected
    Definition Classes
    Exp
  34. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  35. def fresh: C[A] @scala.annotation.unchecked.uncheckedVariance
    Attributes
    protected
    Definition Classes
    ExpType
  36. final def from(c: Any, warnOnLoss: Boolean, errorOnLoss: Boolean, isParam: Boolean, saturating: Boolean, unbiased: Boolean): C[A] @scala.annotation.unchecked.uncheckedVariance
    Definition Classes
    ExpType
  37. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  38. def getFrom(c: Any, isParam: Boolean, saturating: Boolean, unbiased: Boolean): Option[(C[A] @scala.annotation.unchecked.uncheckedVariance, Boolean)]
    Definition Classes
    ExpType
  39. final def hashCode(): Int
    Definition Classes
    Ref → AnyRef → Any
  40. def infix_!=(that: Any): argon.lang.Bit
    Definition Classes
    Top
  41. def infix_==(that: Any): argon.lang.Bit
    Definition Classes
    Top
  42. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  43. def me: C[A] @scala.annotation.unchecked.uncheckedVariance
    Attributes
    protected
    Definition Classes
    ExpType
  44. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  45. def neql(that: C[A]): argon.lang.Bit
    Definition Classes
    Top
  46. def nonbuffer: C[A]

    Do not buffer memory

  47. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  48. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  49. def par(p: lang.I32): C[A]

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

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

  51. def reset(cond: lang.Bit): lang.Void

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

  52. def reset: lang.Void

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

  53. def size: lang.I32
  54. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  55. final def toString(): String
    Definition Classes
    Ref → AnyRef → Any
  56. def toText: argon.lang.Text
    Definition Classes
    Top
  57. def unrelated(that: Any): Unit
    Attributes
    protected
    Definition Classes
    Top
  58. def value(c: Any): Option[(Any, Boolean)]
    Attributes
    protected
    Definition Classes
    ExpType
  59. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  60. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  61. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  62. final def withCheck[T](x: ⇒ T)(eql: (T) ⇒ Boolean): Option[(T, Boolean)]
    Attributes
    protected
    Definition Classes
    ExpType
  63. 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.

Inherited from types.LocalMem[A, C]

Inherited from types.Mem[A, C]

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

Inherited from Ref[Any, C[A]]

Inherited from Exp[Any, C[A]]

Inherited from ExpType[Any, C[A] @scala.annotation.unchecked.uncheckedVariance]

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped