class LUT1[A] extends LUT[A, LUT1] with LocalMem1[A, LUT1] with Mem1[A, LUT1] with Ref[Array[Any], LUT1[A]]
A 1-dimensional LUT with elements of type A.
- Alphabetic
- By Inheritance
- LUT1
- Mem1
- LocalMem1
- LUT
- LocalMem
- Mem
- Top
- Ref
- Exp
- ExpType
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
type
L = Array[Any]
- Definition Classes
- Ref → Exp → ExpType
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
!==(that: Any): argon.lang.Bit
- Definition Classes
- Top
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
++(that: Any): argon.lang.Text
- Definition Classes
- Top
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
===(that: Any): argon.lang.Bit
- Definition Classes
- Top
- val A: lang.Bits[A]
-
def
M1: Type[LUT1[A]]
- Attributes
- protected
- Definition Classes
- LUT
-
def
M2: Type[LUT2[A]]
- Attributes
- protected
- Definition Classes
- LUT
-
def
M3: Type[LUT3[A]]
- Attributes
- protected
- Definition Classes
- LUT
-
def
M4: Type[LUT4[A]]
- Attributes
- protected
- Definition Classes
- LUT
-
def
M5: Type[LUT5[A]]
- Attributes
- protected
- Definition Classes
- LUT
-
val
__neverMutable: Boolean
- Attributes
- protected
- Definition Classes
- Mem → ExpType
- def __read(addr: Seq[lang.Idx], ens: Set[lang.Bit]): A
- def __reset(ens: Set[lang.Bit]): lang.Void
-
val
__typeArgs: Seq[Type[_]]
- Attributes
- protected
- Definition Classes
- LUT1 → ExpType
-
val
__typeParams: Seq[lang.Bits[A]]
- Attributes
- protected
- Definition Classes
- LUT1 → ExpType
-
val
__typePrefix: String
- Attributes
- protected
- Definition Classes
- LUT1 → ExpType
- def __write(data: A, addr: Seq[lang.Idx], ens: Set[lang.Bit]): lang.Void
-
def
apply(pos: lang.I32): A
Returns the value at
pos
. -
def
apply(range: lang.Rng): LUT1[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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
final
def
canEqual(that: Any): Boolean
- Definition Classes
- Ref → Equals
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
dim0: lang.I32
- Definition Classes
- LUT
-
def
dim1: lang.I32
- Definition Classes
- LUT
-
def
dim2: lang.I32
- Definition Classes
- LUT
-
def
dim3: lang.I32
- Definition Classes
- LUT
-
def
dim4: lang.I32
- Definition Classes
- LUT
-
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
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
eql(that: LUT1[A]): argon.lang.Bit
- Definition Classes
- Top
-
final
def
equals(x: Any): Boolean
- Definition Classes
- Ref → Equals → AnyRef → Any
- implicit val evMem: <:<[LUT1[A], LUT[A, LUT1]]
-
implicit
val
evRef: <:<[spatial.lang.LUT1[A] @scala.annotation.unchecked.uncheckedVariance, Ref[Array[Any], spatial.lang.LUT1[A] @scala.annotation.unchecked.uncheckedVariance]]
- Attributes
- protected[argon]
- Definition Classes
- ExpType
-
def
extract: Option[Any]
- Attributes
- protected
- Definition Classes
- Exp
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
fresh: LUT1[A]
- Attributes
- protected
- Definition Classes
- LUT1 → ExpType
-
final
def
from(c: Any, warnOnLoss: Boolean, errorOnLoss: Boolean, isParam: Boolean, saturating: Boolean, unbiased: Boolean): spatial.lang.LUT1[A] @scala.annotation.unchecked.uncheckedVariance
- Definition Classes
- ExpType
-
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
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getFrom(c: Any, isParam: Boolean, saturating: Boolean, unbiased: Boolean): Option[(spatial.lang.LUT1[A] @scala.annotation.unchecked.uncheckedVariance, Boolean)]
- Definition Classes
- ExpType
-
final
def
hashCode(): Int
- Definition Classes
- Ref → AnyRef → Any
-
def
infix_!=(that: Any): argon.lang.Bit
- Definition Classes
- Top
-
def
infix_==(that: Any): argon.lang.Bit
- Definition Classes
- Top
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def length: lang.I32
-
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
-
def
me: spatial.lang.LUT1[A] @scala.annotation.unchecked.uncheckedVariance
- Attributes
- protected
- Definition Classes
- ExpType
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
neql(that: LUT1[A]): argon.lang.Bit
- Definition Classes
- Top
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def rank: Int
-
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
- def size: lang.I32
-
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
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
toString(): String
- Definition Classes
- Ref → AnyRef → Any
-
def
toText: argon.lang.Text
- Definition Classes
- Top
-
def
unrelated(that: Any): Unit
- Attributes
- protected
- Definition Classes
- Top
-
def
value(c: Any): Option[(Array[Any], Boolean)]
- Attributes
- protected
- Definition Classes
- ExpType
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
withCheck[T](x: ⇒ T)(eql: (T) ⇒ Boolean): Option[(T, Boolean)]
- Attributes
- protected
- Definition Classes
- ExpType