package ip
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- case class ExportAction(tcl: Seq[String]) extends Product with Serializable
- 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
- case class ExportDefineConfig(define: String, value: String, type: String = "string", description: String = "") extends Product with Serializable
- case class ExportOption(name: String, type: String, default: Any) extends Product with Serializable
Value Members
- object ExportOption extends Serializable