class LUT4[A] extends LUT[A, LUT4] with LocalMem4[A, LUT4] with Mem4[A, LUT1, LUT2, LUT3, LUT4] with Ref[Array[Any], LUT4[A]]

A 4-dimensional LUT with elements of type A.

Linear Supertypes
Mem4[A, LUT1, LUT2, LUT3, LUT4], types.LocalMem4[A, LUT4], LUT[A, LUT4], types.LocalMem[A, LUT4], types.Mem[A, LUT4], argon.lang.Top[LUT4[A]], Ref[Array[Any], LUT4[A]], Exp[Array[Any], LUT4[A]], ExpType[Array[Any], spatial.lang.LUT4[A] @scala.annotation.unchecked.uncheckedVariance], Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LUT4
  2. Mem4
  3. LocalMem4
  4. LUT
  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 LUT4()(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
    LUTMem
  8. def M1: Type[LUT1[A]]
    Attributes
    protected
    Definition Classes
    LUT
  9. def M2: Type[LUT2[A]]
    Attributes
    protected
    Definition Classes
    LUT
  10. def M3: Type[LUT3[A]]
    Attributes
    protected
    Definition Classes
    LUT
  11. def M4: Type[LUT4[A]]
    Attributes
    protected
    Definition Classes
    LUT
  12. def M5: Type[LUT5[A]]
    Attributes
    protected
    Definition Classes
    LUT
  13. val __neverMutable: Boolean
    Attributes
    protected
    Definition Classes
    Mem → ExpType
  14. def __read(addr: Seq[lang.Idx], ens: Set[lang.Bit]): A
    Definition Classes
    LUTLocalMem
  15. def __reset(ens: Set[lang.Bit]): lang.Void
    Definition Classes
    LUTLocalMem
  16. val __typeArgs: Seq[Type[_]]
    Attributes
    protected
    Definition Classes
    LUT4 → ExpType
  17. val __typeParams: Seq[lang.Bits[A]]
    Attributes
    protected
    Definition Classes
    LUT4 → ExpType
  18. val __typePrefix: String
    Attributes
    protected
    Definition Classes
    LUT4 → ExpType
  19. def __write(data: A, addr: Seq[lang.Idx], ens: Set[lang.Bit]): lang.Void
    Definition Classes
    LUTLocalMem
  20. def apply(d0: lang.I32, d1: lang.I32, d2: lang.I32, d3: lang.I32): A

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

  21. def apply(q: lang.Rng, p: lang.Rng, r: lang.Rng, c: lang.Rng): LUT4[A]

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

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

    Definition Classes
    Mem4
  22. def apply(q: lang.Rng, p: lang.Rng, r: lang.Rng, c: lang.Idx): LUT3[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
    Mem4
  23. def apply(q: lang.Rng, p: lang.Rng, r: lang.Idx, c: lang.Rng): LUT3[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
    Mem4
  24. def apply(q: lang.Rng, p: lang.Idx, r: lang.Rng, c: lang.Rng): LUT3[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
    Mem4
  25. def apply(q: lang.Idx, p: lang.Rng, r: lang.Rng, c: lang.Rng): LUT3[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
    Mem4
  26. def apply(q: lang.Idx, p: lang.Rng, r: lang.Rng, c: lang.Idx): LUT2[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
    Mem4
  27. def apply(q: lang.Rng, p: lang.Idx, r: lang.Rng, c: lang.Idx): LUT2[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
    Mem4
  28. def apply(q: lang.Idx, p: lang.Rng, r: lang.Idx, c: lang.Rng): LUT2[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
    Mem4
  29. def apply(q: lang.Rng, p: lang.Rng, r: lang.Idx, c: lang.Idx): LUT2[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
    Mem4
  30. def apply(q: lang.Rng, p: lang.Idx, r: lang.Idx, c: lang.Rng): LUT2[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
    Mem4
  31. def apply(q: lang.Idx, p: lang.Idx, r: lang.Rng, c: lang.Rng): LUT2[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
    Mem4
  32. def apply(q: lang.Rng, p: lang.Idx, r: lang.Idx, c: lang.Idx): LUT1[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
    Mem4
  33. def apply(q: lang.Idx, p: lang.Rng, r: lang.Idx, c: lang.Idx): LUT1[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
    Mem4
  34. def apply(q: lang.Idx, p: lang.Idx, r: lang.Rng, c: lang.Idx): LUT1[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
    Mem4
  35. def apply(q: lang.Idx, p: lang.Idx, r: lang.Idx, c: lang.Rng): LUT1[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
    Mem4
  36. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  37. final def canEqual(that: Any): Boolean
    Definition Classes
    Ref → Equals
  38. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  39. def dim0: lang.I32
    Definition Classes
    LUT
  40. def dim1: lang.I32
    Definition Classes
    LUT
  41. def dim2: lang.I32
    Definition Classes
    LUT
  42. def dim3: lang.I32
    Definition Classes
    LUT
  43. def dim4: lang.I32
    Definition Classes
    LUT
  44. def dims: Seq[lang.I32]

    Returns the dimensions of this LUT as a Sequence.

    Returns the dimensions of this LUT as a Sequence.

    Definition Classes
    LUT
  45. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  46. def eql(that: LUT4[A]): argon.lang.Bit
    Definition Classes
    Top
  47. final def equals(x: Any): Boolean
    Definition Classes
    Ref → Equals → AnyRef → Any
  48. implicit val evMem: <:<[LUT4[A], LUT[A, LUT4]]
    Definition Classes
    LUTLocalMemMem
  49. implicit val evRef: <:<[spatial.lang.LUT4[A] @scala.annotation.unchecked.uncheckedVariance, Ref[Array[Any], spatial.lang.LUT4[A] @scala.annotation.unchecked.uncheckedVariance]]
    Attributes
    protected[argon]
    Definition Classes
    ExpType
  50. def extract: Option[Any]
    Attributes
    protected
    Definition Classes
    Exp
  51. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  52. def fresh: LUT4[A]
    Attributes
    protected
    Definition Classes
    LUT4 → ExpType
  53. final def from(c: Any, warnOnLoss: Boolean, errorOnLoss: Boolean, isParam: Boolean, saturating: Boolean, unbiased: Boolean): spatial.lang.LUT4[A] @scala.annotation.unchecked.uncheckedVariance
    Definition Classes
    ExpType
  54. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  55. def getFrom(c: Any, isParam: Boolean, saturating: Boolean, unbiased: Boolean): Option[(spatial.lang.LUT4[A] @scala.annotation.unchecked.uncheckedVariance, Boolean)]
    Definition Classes
    ExpType
  56. final def hashCode(): Int
    Definition Classes
    Ref → AnyRef → Any
  57. def infix_!=(that: Any): argon.lang.Bit
    Definition Classes
    Top
  58. def infix_==(that: Any): argon.lang.Bit
    Definition Classes
    Top
  59. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  60. def load(dram: DRAM4[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
    LocalMem4
  61. def me: spatial.lang.LUT4[A] @scala.annotation.unchecked.uncheckedVariance
    Attributes
    protected
    Definition Classes
    ExpType
  62. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  63. def neql(that: LUT4[A]): argon.lang.Bit
    Definition Classes
    Top
  64. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  65. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  66. def rank: Int
    Definition Classes
    LUT4LUT
  67. 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 LUT's rank. NOTE: Use the apply method if the LUT's rank is statically known.

    Definition Classes
    LUT
  68. def size: lang.I32

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

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

    Definition Classes
    LUT
  69. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  70. final def toString(): String
    Definition Classes
    Ref → AnyRef → Any
  71. def toText: argon.lang.Text
    Definition Classes
    Top
  72. def unrelated(that: Any): Unit
    Attributes
    protected
    Definition Classes
    Top
  73. def value(c: Any): Option[(Array[Any], Boolean)]
    Attributes
    protected
    Definition Classes
    ExpType
  74. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  75. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  76. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  77. final def withCheck[T](x: ⇒ T)(eql: (T) ⇒ Boolean): Option[(T, Boolean)]
    Attributes
    protected
    Definition Classes
    ExpType

Inherited from Mem4[A, LUT1, LUT2, LUT3, LUT4]

Inherited from types.LocalMem4[A, LUT4]

Inherited from LUT[A, LUT4]

Inherited from types.LocalMem[A, LUT4]

Inherited from types.Mem[A, LUT4]

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

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

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

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

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped