Packages

c

spinal.lib.eda.xilinx

TimingExtractorXdc

class TimingExtractorXdc extends TimingExtractorListener

Writes timing constraints for Vivado. Produces two .xdc constraint files:

  • a normal XDC file to use when the toplevel is included inside another project. Includes all false path and max delay constraints
  • an "out-of-context" (OOC) XDC file to use when the toplevel is packaged as an IP (e.g. to use in block design). Includes all clock and input/output delay commands
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TimingExtractorXdc
  2. TimingExtractorListener
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TimingExtractorXdc()

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  6. def close(): Unit
  7. val component: String
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def findClockPeriod(signal: Any, destVar: String = "clk_period"): String
  11. def findDriverCell(s: String, destVar: String = "source"): String
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  18. val oocFilename: String
  19. val oocWriter: PrintWriter
  20. val outDir: String
  21. def pathOf(that: Any): String
  22. val realFilename: String
  23. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  24. def toString(): String
    Definition Classes
    AnyRef → Any
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. def writeClock(clock: Bool, frequency: ClockFrequency): Unit
  29. def writeFalsePath(target: Any, falsePathTag: crossClockFalsePath): Unit
  30. def writeInputDelay(bt: BaseType): Unit
  31. def writeMaxDelay(target: Any, source: Any, tag: crossClockMaxDelay): Unit
  32. def writeOutputDelay(bt: BaseType): Unit
  33. val writer: PrintWriter

Deprecated Value Members

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

Inherited from TimingExtractorListener

Inherited from AnyRef

Inherited from Any

Ungrouped