Packages

object DE1 extends AlteraDevice

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DE1
  2. AlteraDevice
  3. HardwareTarget
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. object BRAM_RESOURCE extends MemoryResource with Product with Serializable
    Definition Classes
    AlteraDevice
  2. object LUTs_RESOURCE extends MemoryResource with Product with Serializable
    Definition Classes
    AlteraDevice
  3. object URAM_RESOURCE extends MemoryResource with Product with Serializable
    Definition Classes
    AlteraDevice
  4. object URAM_RESOURCE_OVERFLOW extends MemoryResource
    Definition Classes
    AlteraDevice
  5. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def ##(): Int
    Definition Classes
    AnyRef → Any
  7. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. val AFIELDS: Array[String]
    Definition Classes
    AlteraDeviceHardwareTarget
  9. implicit lazy val AMODEL_FIELDS: AreaFields[NodeModel]
    Definition Classes
    HardwareTarget
  10. implicit lazy val AREA_FIELDS: AreaFields[Double]
    Definition Classes
    HardwareTarget
  11. val DSP_CUTOFF: Int
    Definition Classes
    AlteraDeviceHardwareTarget
  12. implicit lazy val LATENCY_FIELDS: LatencyFields[Double]
    Definition Classes
    HardwareTarget
  13. val LFIELDS: Array[String]
    Definition Classes
    HardwareTarget
  14. implicit lazy val LINEAR_FIELDS: AreaFields[LinearModel]
    Definition Classes
    HardwareTarget
  15. implicit lazy val LMODEL_FIELDS: LatencyFields[NodeModel]
    Definition Classes
    HardwareTarget
  16. final def areaAnalyzer(implicit state: State): AreaAnalyzer
    Definition Classes
    HardwareTarget
  17. final def areaModel: AreaModel
    Definition Classes
    HardwareTarget
  18. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  19. val baseCycles: Int
    Definition Classes
    HardwareTarget
  20. def bramMemoryModel(width: Int, depth: Int)(implicit state: State): Area
    Definition Classes
    AlteraDevice
  21. 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
    AlteraDevice
  22. def burstSize: Int
    Definition Classes
    DE1HardwareTarget
  23. def capacity: Area

    Device resource maximum, in terms of FIELDS

    Device resource maximum, in terms of FIELDS

    Definition Classes
    DE1HardwareTarget
  24. var clockRate: Float
    Definition Classes
    HardwareTarget
  25. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  26. final def cycleAnalyzer(implicit state: State): LatencyAnalyzer
    Definition Classes
    HardwareTarget
  27. val defaultResource: MemoryResource
    Definition Classes
    AlteraDeviceHardwareTarget
  28. def distributedMemoryModel(width: Int, depth: Int): Area
    Definition Classes
    AlteraDevice
  29. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  31. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  32. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  33. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  34. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  35. final def latencyModel: LatencyModel
    Definition Classes
    HardwareTarget
  36. def makeAreaModel: AreaModel
    Attributes
    protected
    Definition Classes
    AlteraDeviceHardwareTarget
  37. def makeLatencyModel: LatencyModel
    Attributes
    protected
    Definition Classes
    AlteraDeviceHardwareTarget
  38. val memoryResources: List[MemoryResource]
    Definition Classes
    AlteraDeviceHardwareTarget
  39. val name: String
    Definition Classes
    DE1HardwareTarget
  40. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  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. def toString(): String
    Definition Classes
    AnyRef → Any
  45. def uramMemoryModel(width: Int, depth: Int): Area
    Definition Classes
    AlteraDevice
  46. 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
    AlteraDevice
  47. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AlteraDevice

Inherited from HardwareTarget

Inherited from AnyRef

Inherited from Any

Ungrouped