class LineBuffer[A] extends Top[LineBuffer[A]] with LocalMem2[A, LineBuffer] with Ref[Queue[Any], LineBuffer[A]]
Linear Supertypes
Type Hierarchy
Ordering
- Alphabetic
- By Inheritance
Inherited
- LineBuffer
- LocalMem2
- LocalMem
- Mem
- Top
- Ref
- Exp
- ExpType
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
type
L = Queue[Any]
- Definition Classes
- Ref → Exp → ExpType
Value Members
-
def
!==(that: Any): argon.lang.Bit
- Definition Classes
- Top
-
def
++(that: Any): argon.lang.Text
- Definition Classes
- Top
-
def
===(that: Any): argon.lang.Bit
- Definition Classes
- Top
-
val
A: lang.Bits[A]
- Definition Classes
- LineBuffer → Mem
-
def
__read(addr: Seq[lang.Idx], ens: Set[lang.Bit]): A
- Definition Classes
- LineBuffer → LocalMem
-
def
__reset(ens: Set[lang.Bit]): lang.Void
- Definition Classes
- LineBuffer → LocalMem
-
def
__write(data: A, addr: Seq[lang.Idx], ens: Set[lang.Bit]): lang.Void
- Definition Classes
- LineBuffer → LocalMem
-
def
apply(row: lang.I32, col: lang.I32): A
Creates a load port to this LineBuffer at the given
row
andcol
.Creates a load port to this LineBuffer at the given
row
andcol
. * -
final
def
canEqual(that: Any): Boolean
- Definition Classes
- Ref → Equals
-
def
enqAt(row: lang.Idx, data: A, en: lang.Bit): lang.Void
Creates a conditional enqueue (write) port to this LineBuffer of
data
enabled byen
.Creates a conditional enqueue (write) port to this LineBuffer of
data
enabled byen
. * -
def
enqAt(row: lang.Idx, data: A): lang.Void
Creates an enqueue (write) port to this LineBuffer of
data
.Creates an enqueue (write) port to this LineBuffer of
data
. * -
def
eql(that: LineBuffer[A]): argon.lang.Bit
- Definition Classes
- Top
-
final
def
equals(x: Any): Boolean
- Definition Classes
- Ref → Equals → AnyRef → Any
-
val
evMem: <:<[LineBuffer[A], lang.LocalMem[A, LineBuffer]]
- Definition Classes
- LineBuffer → LocalMem → Mem
-
final
def
from(c: Any, warnOnLoss: Boolean, errorOnLoss: Boolean, isParam: Boolean, saturating: Boolean, unbiased: Boolean): spatial.lang.LineBuffer[A] @scala.annotation.unchecked.uncheckedVariance
- Definition Classes
- ExpType
-
def
getFrom(c: Any, isParam: Boolean, saturating: Boolean, unbiased: Boolean): Option[(spatial.lang.LineBuffer[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
-
def
load(dram: DRAM1[A]): lang.Void
Load 1D DRAM into row of LineBuffer.
-
def
load(dram: DRAM2[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
- LocalMem2
-
def
neql(that: LineBuffer[A]): argon.lang.Bit
- Definition Classes
- Top
-
final
def
toString(): String
- Definition Classes
- Ref → AnyRef → Any
-
def
toText: argon.lang.Text
- Definition Classes
- Top