Packages

abstract class GenericDevice extends HardwareTarget

Linear Supertypes
HardwareTarget, AnyRef, Any
Known Subclasses
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GenericDevice
  2. HardwareTarget
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GenericDevice()

Abstract Value Members

  1. abstract def burstSize: Int
    Definition Classes
    HardwareTarget
  2. abstract def capacity: Area

    Device resource maximum, in terms of FIELDS

    Device resource maximum, in terms of FIELDS

    Definition Classes
    HardwareTarget
  3. abstract def name: String
    Definition Classes
    HardwareTarget

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val AFIELDS: Array[String]
    Definition Classes
    GenericDeviceHardwareTarget
  5. implicit lazy val AMODEL_FIELDS: AreaFields[NodeModel]
    Definition Classes
    HardwareTarget
  6. implicit lazy val AREA_FIELDS: AreaFields[Double]
    Definition Classes
    HardwareTarget
  7. val DSP_CUTOFF: Int
    Definition Classes
    GenericDeviceHardwareTarget
  8. implicit lazy val LATENCY_FIELDS: LatencyFields[Double]
    Definition Classes
    HardwareTarget
  9. val LFIELDS: Array[String]
    Definition Classes
    HardwareTarget
  10. implicit lazy val LINEAR_FIELDS: AreaFields[LinearModel]
    Definition Classes
    HardwareTarget
  11. implicit lazy val LMODEL_FIELDS: LatencyFields[NodeModel]
    Definition Classes
    HardwareTarget
  12. final def areaAnalyzer(implicit state: State): AreaAnalyzer
    Definition Classes
    HardwareTarget
  13. final def areaModel: AreaModel
    Definition Classes
    HardwareTarget
  14. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  15. val baseCycles: Int
    Definition Classes
    HardwareTarget
  16. def bramMemoryModel(width: Int, depth: Int)(implicit state: State): Area
  17. def bramWordDepth(width: Int): Int

    Returns the depth of a BRAM for a given width

  18. var clockRate: Float
    Definition Classes
    HardwareTarget
  19. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  20. final def cycleAnalyzer(implicit state: State): LatencyAnalyzer
    Definition Classes
    HardwareTarget
  21. val defaultResource: MemoryResource
    Definition Classes
    GenericDeviceHardwareTarget
  22. def distributedMemoryModel(width: Int, depth: Int): Area
  23. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  25. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  26. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  27. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. final def latencyModel: LatencyModel
    Definition Classes
    HardwareTarget
  30. def makeAreaModel: AreaModel
    Attributes
    protected
    Definition Classes
    GenericDeviceHardwareTarget
  31. def makeLatencyModel: LatencyModel
    Attributes
    protected
    Definition Classes
    GenericDeviceHardwareTarget
  32. val memoryResources: List[MemoryResource]
    Definition Classes
    GenericDeviceHardwareTarget
  33. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  37. def toString(): String
    Definition Classes
    AnyRef → Any
  38. def uramMemoryModel(width: Int, depth: Int): Area
  39. def uramWordDepth(width: Int): Int

    Returns the depth of a URAM for a given width

  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  43. object BRAM_RESOURCE extends MemoryResource with Product with Serializable
  44. object LUTs_RESOURCE extends MemoryResource with Product with Serializable
  45. object SRAM_RESOURCE extends MemoryResource with Product with Serializable
  46. object URAM_RESOURCE extends MemoryResource with Product with Serializable
  47. object URAM_RESOURCE_OVERFLOW extends MemoryResource

Inherited from HardwareTarget

Inherited from AnyRef

Inherited from Any

Ungrouped