abstract class HardwareTarget extends AnyRef
Linear Supertypes
Known Subclasses
Type Hierarchy
Ordering
- Alphabetic
- By Inheritance
Inherited
- HardwareTarget
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new HardwareTarget()
Abstract Value Members
- abstract val AFIELDS: Array[String]
- abstract val DSP_CUTOFF: Int
- abstract def burstSize: Int
-
abstract
def
capacity: Area
Device resource maximum, in terms of FIELDS
- abstract val defaultResource: MemoryResource
-
abstract
def
makeAreaModel: AreaModel
- Attributes
- protected
-
abstract
def
makeLatencyModel: LatencyModel
- Attributes
- protected
- abstract val memoryResources: List[MemoryResource]
- abstract def name: String
Concrete 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
- implicit lazy val AMODEL_FIELDS: AreaFields[NodeModel]
- implicit lazy val AREA_FIELDS: AreaFields[Double]
- implicit lazy val LATENCY_FIELDS: LatencyFields[Double]
- val LFIELDS: Array[String]
- implicit lazy val LINEAR_FIELDS: AreaFields[LinearModel]
- implicit lazy val LMODEL_FIELDS: LatencyFields[NodeModel]
- final def areaAnalyzer(implicit state: State): AreaAnalyzer
- final def areaModel: AreaModel
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val baseCycles: Int
- var clockRate: Float
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- final def cycleAnalyzer(implicit state: State): LatencyAnalyzer
-
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
-
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( ... )