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
-
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]
- Definition Classes
- LineBuffer → Mem
-
val
__neverMutable: Boolean
- Attributes
- protected
- Definition Classes
- Mem → ExpType
-
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
-
val
__typeArgs: Seq[Type[_]]
- Attributes
- protected
- Definition Classes
- LineBuffer → ExpType
-
val
__typeParams: Seq[lang.Bits[A]]
- Attributes
- protected
- Definition Classes
- LineBuffer → ExpType
-
val
__typePrefix: String
- Attributes
- protected
- Definition Classes
- LineBuffer → ExpType
-
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
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
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
. * -
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
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
-
implicit
val
evRef: <:<[spatial.lang.LineBuffer[A] @scala.annotation.unchecked.uncheckedVariance, Ref[Queue[Any], spatial.lang.LineBuffer[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: LineBuffer[A]
- Attributes
- protected
- Definition Classes
- LineBuffer → ExpType
-
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
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
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
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
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
me: spatial.lang.LineBuffer[A] @scala.annotation.unchecked.uncheckedVariance
- Attributes
- protected
- Definition Classes
- ExpType
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
neql(that: LineBuffer[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()
-
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[(Queue[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