Packages

package ip

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. case class ExportAction(tcl: Seq[String]) extends Product with Serializable
  2. 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

    The following is an example

    id

    "xilinx.pll"

    name

    "Xilinx PLL"

    module

    "clk_wiz"

    stub

    .<...>

    vendor

    "vivado"

    supports

    (empty), only vendor is supported

  3. case class ExportDefineConfig(define: String, value: String, type: String = "string", description: String = "") extends Product with Serializable
  4. case class ExportOption(name: String, type: String, default: Any) extends Product with Serializable

Value Members

  1. object ExportOption extends Serializable

Ungrouped