object SRAM
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SRAM
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
apply[A](d0: lang.I32, d1: lang.I32, d2: lang.I32, d3: lang.I32, d4: lang.I32)(implicit arg0: lang.Bits[A]): SRAM5[A]
Allocates a 5-dimensional SRAM5 with the given dimensions and elements of type A.
-
def
apply[A](d0: lang.I32, d1: lang.I32, d2: lang.I32, d3: lang.I32)(implicit arg0: lang.Bits[A]): SRAM4[A]
Allocates a 4-dimensional SRAM4 with the given dimensions and elements of type A.
-
def
apply[A](d0: lang.I32, d1: lang.I32, d2: lang.I32)(implicit arg0: lang.Bits[A]): SRAM3[A]
Allocates a 3-dimensional SRAM3 with the given dimensions and elements of type A.
-
def
apply[A](rows: lang.I32, cols: lang.I32)(implicit arg0: lang.Bits[A]): SRAM2[A]
Allocates a 2-dimensional SRAM2 with
rows
xcols
elements of type A. -
def
apply[A](length: lang.I32)(implicit arg0: lang.Bits[A]): SRAM1[A]
Allocates a 1-dimensional SRAM1 with capacity of
length
elements of type A. -
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
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
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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( ... )