class LineBuffer[A] extends Top[LineBuffer[A]] with LocalMem2[A, LineBuffer] with Ref[Queue[Any], LineBuffer[A]]

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

Instance Constructors

  1. new LineBuffer()(implicit arg0: lang.Bits[A])

Type Members

  1. type L = Queue[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
    LineBufferMem
  8. val __neverMutable: Boolean
    Attributes
    protected
    Definition Classes
    Mem → ExpType
  9. def __read(addr: Seq[lang.Idx], ens: Set[lang.Bit]): A
    Definition Classes
    LineBufferLocalMem
  10. def __reset(ens: Set[lang.Bit]): lang.Void
    Definition Classes
    LineBufferLocalMem
  11. val __typeArgs: Seq[Type[_]]
    Attributes
    protected
    Definition Classes
    LineBuffer → ExpType
  12. val __typeParams: Seq[lang.Bits[A]]
    Attributes
    protected
    Definition Classes
    LineBuffer → ExpType
  13. val __typePrefix: String
    Attributes
    protected
    Definition Classes
    LineBuffer → ExpType
  14. def __write(data: A, addr: Seq[lang.Idx], ens: Set[lang.Bit]): lang.Void
    Definition Classes
    LineBufferLocalMem
  15. def apply(row: lang.I32, col: lang.I32): A

    Creates a load port to this LineBuffer at the given row and col.

    Creates a load port to this LineBuffer at the given row and col. *

  16. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  17. final def canEqual(that: Any): Boolean
    Definition Classes
    Ref → Equals
  18. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  19. def enqAt(row: lang.Idx, data: A, en: lang.Bit): lang.Void

    Creates a conditional enqueue (write) port to this LineBuffer of data enabled by en.

    Creates a conditional enqueue (write) port to this LineBuffer of data enabled by en. *

  20. 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. *

  21. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. def eql(that: LineBuffer[A]): argon.lang.Bit
    Definition Classes
    Top
  23. final def equals(x: Any): Boolean
    Definition Classes
    Ref → Equals → AnyRef → Any
  24. val evMem: <:<[LineBuffer[A], lang.LocalMem[A, LineBuffer]]
    Definition Classes
    LineBufferLocalMemMem
  25. 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
  26. def extract: Option[Any]
    Attributes
    protected
    Definition Classes
    Exp
  27. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  28. def fresh: LineBuffer[A]
    Attributes
    protected
    Definition Classes
    LineBuffer → ExpType
  29. 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
  30. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  31. def getFrom(c: Any, isParam: Boolean, saturating: Boolean, unbiased: Boolean): Option[(spatial.lang.LineBuffer[A] @scala.annotation.unchecked.uncheckedVariance, Boolean)]
    Definition Classes
    ExpType
  32. final def hashCode(): Int
    Definition Classes
    Ref → AnyRef → Any
  33. def infix_!=(that: Any): argon.lang.Bit
    Definition Classes
    Top
  34. def infix_==(that: Any): argon.lang.Bit
    Definition Classes
    Top
  35. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  36. def load(dram: DRAM1[A]): lang.Void

    Load 1D DRAM into row of LineBuffer.

  37. 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
  38. def me: spatial.lang.LineBuffer[A] @scala.annotation.unchecked.uncheckedVariance
    Attributes
    protected
    Definition Classes
    ExpType
  39. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  40. def neql(that: LineBuffer[A]): argon.lang.Bit
    Definition Classes
    Top
  41. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  42. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  43. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  44. final def toString(): String
    Definition Classes
    Ref → AnyRef → Any
  45. def toText: argon.lang.Text
    Definition Classes
    Top
  46. def unrelated(that: Any): Unit
    Attributes
    protected
    Definition Classes
    Top
  47. def value(c: Any): Option[(Queue[Any], Boolean)]
    Attributes
    protected
    Definition Classes
    ExpType
  48. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  51. final def withCheck[T](x: ⇒ T)(eql: (T) ⇒ Boolean): Option[(T, Boolean)]
    Attributes
    protected
    Definition Classes
    ExpType

Inherited from types.LocalMem2[A, LineBuffer]

Inherited from types.LocalMem[A, LineBuffer]

Inherited from types.Mem[A, LineBuffer]

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

Inherited from Ref[Queue[Any], LineBuffer[A]]

Inherited from Exp[Queue[Any], LineBuffer[A]]

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

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped