Packages

object TCLFactory

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TCLFactory
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. def addFileset(fileset: String): String
  5. def addInterfaces(bundle: Bundle): String
  6. def addSources(fileset: String): String
  7. def addressMap(addressBase: BigInt, rangeSize: BigInt, port: String, target: String): String
  8. def anyConnection(netType: String, source: String, targets: Seq[String]): String
  9. def apply(platform: UltraScalePlus): Unit
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def checkAndCreateFileset(fileset: String, filesetType: String): String
  12. def checkIPs(): String
  13. def checkModules(): String
  14. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  15. def createBlock(): String
  16. def createDesign(name: String): String
  17. def createGadgets(synthFileset: String, implFileset: String): String
  18. def createHierarchy(): String
  19. def createImplementation(fileset: String): String
  20. def createProject(): String
  21. def createSynthesis(fileset: String, constraintFileset: String): String
  22. def disableIDRFlow(): String
  23. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  25. def generate(): Unit
  26. def getBitstream(fileset: String): String
  27. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  28. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  29. def implement(fileset: String): String
  30. def importConstraints(fileset: String): String
  31. def instantiateResetSystem(): String
  32. def interfaceConnection(source: String, targets: Seq[String]): String
  33. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  34. var moduleName: String
  35. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. def netConnection(source: String, targets: Seq[String]): String
  37. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  38. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  39. var platform: Option[UltraScalePlus]
  40. def print(level: String, id: Int, message: String): String
  41. def reportDRC(fileset: String): String
  42. def reportOptPower(fileset: String): String
  43. def reportOptTiming(fileset: String): String
  44. def reportPhysTiming(fileset: String): String
  45. def reportPlaceControlSets(fileset: String): String
  46. def reportPlaceIO(fileset: String): String
  47. def reportPlaceIncremental(fileset: String): String
  48. def reportPlaceTiming(fileset: String): String
  49. def reportPlaceUtilization(fileset: String): String
  50. def reportPostPlacePower(fileset: String): String
  51. def reportPostRoutePhysBusSkew(fileset: String): String
  52. def reportPostRoutePhysTiming(fileset: String): String
  53. def reportRouteBusSkew(fileset: String): String
  54. def reportRouteClockUtilization(fileset: String): String
  55. def reportRouteDRC(fileset: String): String
  56. def reportRouteIncremental(fileset: String): String
  57. def reportRouteMethodology(fileset: String): String
  58. def reportRoutePower(fileset: String): String
  59. def reportRouteStatus(fileset: String): String
  60. def reportRouteTiming(fileset: String): String
  61. def reportTiming(fileset: String): String
  62. def saveAndValidate(): String
  63. def script(): String
  64. def setImplmentationStrategy(fileset: String): String
  65. def setObject(fileset: String): String
  66. def setProperty(name: String, value: String, obj: String): String
  67. def setTopModule(fileset: String): String
  68. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  69. def synthesize(fileset: String): String
  70. var target: String
  71. def toString(): String
    Definition Classes
    AnyRef → Any
  72. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  73. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  74. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  75. def wrapDesign(fileset: String): String

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from AnyRef

Inherited from Any

Ungrouped