Packages

case class ExportConfig(id: String, name: String, module: String, stub: String = "", vendor: String = "", supports: Map[String, Seq[String]] = Map(), options: Array[ExportOption] = Array(), actions: Map[String, ExportAction] = Map(), defines: Array[ExportDefineConfig] = Array(), templates: Seq[String] = Seq()) extends Product with Serializable

The following is an example

id

"xilinx.pll"

name

"Xilinx PLL"

module

"clk_wiz"

stub

.<...>

vendor

"vivado"

supports

(empty), only vendor is supported

Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ExportConfig
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ExportConfig(id: String, name: String, module: String, stub: String = "", vendor: String = "", supports: Map[String, Seq[String]] = Map(), options: Array[ExportOption] = Array(), actions: Map[String, ExportAction] = Map(), defines: Array[ExportDefineConfig] = Array(), templates: Seq[String] = Seq())

    id

    "xilinx.pll"

    name

    "Xilinx PLL"

    module

    "clk_wiz"

    stub

    .<...>

    vendor

    "vivado"

    supports

    (empty), only vendor is supported

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 actions: Map[String, ExportAction]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  7. val defines: Array[ExportDefineConfig]
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  10. def getContextMap(context: Map[String, Any] = Map()): Map[String, Any]

    get context map, merge from default values

    get context map, merge from default values

    context

    instance options

    returns

    context map

    Annotations
    @JsonIgnore()
  11. def getDefineHeadCode: String
    Annotations
    @JsonIgnore()
  12. def getModuleContextMap: Map[String, Any]
    Annotations
    @JsonIgnore()
  13. def getOptionContextMap(data: Map[String, Any] = Map()): Map[String, Any]
    Annotations
    @JsonIgnore()
  14. def getSupports: Map[String, Seq[String]]

    returns

    Example:
    { "vivado": ["all", ], "generic": ["simulation", ] }

    Annotations
    @JsonIgnore()
  15. val id: String
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. val module: String
  18. val name: String
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  22. val options: Array[ExportOption]
  23. def productElementNames: Iterator[String]
    Definition Classes
    Product
  24. def renderStub(context: Map[String, Any] = Map())(implicit replace: ImplicitPathReplace = NoPathReplace): String

    Render stub text

    Render stub text

    context

    instance options

    replace

    path replacer

    returns

    rendered stub text

    Annotations
    @JsonIgnore()
  25. def renderTemplate(context: Map[String, Any] = Map(), projectBase: Option[String] = None)(implicit replace: ImplicitPathReplace = NoPathReplace): Map[String, String]

    render all templates

    render all templates

    context

    instance options

    projectBase

    project base path

    replace

    path replacer

    returns

    map of target filename and rendered content

    Annotations
    @JsonIgnore()
  26. val stub: String
  27. val supports: Map[String, Seq[String]]
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. val templates: Seq[String]
  30. val vendor: String
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

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 Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped