object Zynq extends XilinxDevice
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Zynq
- XilinxDevice
- HardwareTarget
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
object
BRAM_RESOURCE extends MemoryResource with Product with Serializable
- Definition Classes
- XilinxDevice
-
object
LUTs_RESOURCE extends MemoryResource with Product with Serializable
- Definition Classes
- XilinxDevice
-
object
URAM_RESOURCE extends MemoryResource with Product with Serializable
- Definition Classes
- XilinxDevice
-
object
URAM_RESOURCE_OVERFLOW extends MemoryResource
- Definition Classes
- XilinxDevice
-
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
-
val
AFIELDS: Array[String]
- Definition Classes
- XilinxDevice → HardwareTarget
-
implicit
lazy val
AMODEL_FIELDS: AreaFields[NodeModel]
- Definition Classes
- HardwareTarget
-
implicit
lazy val
AREA_FIELDS: AreaFields[Double]
- Definition Classes
- HardwareTarget
-
val
DSP_CUTOFF: Int
- Definition Classes
- XilinxDevice → HardwareTarget
-
implicit
lazy val
LATENCY_FIELDS: LatencyFields[Double]
- Definition Classes
- HardwareTarget
-
val
LFIELDS: Array[String]
- Definition Classes
- HardwareTarget
-
implicit
lazy val
LINEAR_FIELDS: AreaFields[LinearModel]
- Definition Classes
- HardwareTarget
-
implicit
lazy val
LMODEL_FIELDS: LatencyFields[NodeModel]
- Definition Classes
- HardwareTarget
-
final
def
areaAnalyzer(implicit state: State): AreaAnalyzer
- Definition Classes
- HardwareTarget
-
final
def
areaModel: AreaModel
- Definition Classes
- HardwareTarget
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
val
baseCycles: Int
- Definition Classes
- HardwareTarget
-
def
bramMemoryModel(width: Int, depth: Int)(implicit state: State): Area
- Definition Classes
- XilinxDevice
-
def
bramWordDepth(width: Int): Int
Returns the depth of a BRAM for a given width
Returns the depth of a BRAM for a given width
- Definition Classes
- XilinxDevice
-
def
burstSize: Int
- Definition Classes
- Zynq → HardwareTarget
-
def
capacity: Area
Device resource maximum, in terms of FIELDS
Device resource maximum, in terms of FIELDS
- Definition Classes
- Zynq → HardwareTarget
-
var
clockRate: Float
- Definition Classes
- HardwareTarget
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
cycleAnalyzer(implicit state: State): LatencyAnalyzer
- Definition Classes
- HardwareTarget
-
val
defaultResource: MemoryResource
- Definition Classes
- XilinxDevice → HardwareTarget
-
def
distributedMemoryModel(width: Int, depth: Int): Area
- Definition Classes
- XilinxDevice
-
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
latencyModel: LatencyModel
- Definition Classes
- HardwareTarget
-
def
makeAreaModel: AreaModel
- Attributes
- protected
- Definition Classes
- XilinxDevice → HardwareTarget
-
def
makeLatencyModel: LatencyModel
- Attributes
- protected
- Definition Classes
- XilinxDevice → HardwareTarget
-
val
memoryResources: List[MemoryResource]
- Definition Classes
- XilinxDevice → HardwareTarget
-
val
name: String
- Definition Classes
- Zynq → HardwareTarget
-
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
-
def
uramMemoryModel(width: Int, depth: Int): Area
- Definition Classes
- XilinxDevice
-
def
uramWordDepth(width: Int): Int
Returns the depth of a URAM for a given width
Returns the depth of a URAM for a given width
- Definition Classes
- XilinxDevice
-
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( ... )