Specifications

276 www.xilinx.com Embedded System Tools Guide (EDK 6.2i)
1-800-255-7778 UG111 (v1.4) January 30, 2004
Chapter 18: Black-Box Definition (BBD)
R
Lists
If you have multiple hardware implementation netlists, then use a comma (,) to separate
each individual netlist in the list.
BBD Examples
File Selection Without Options
The following is an example of a file selection without options. The NGC netlist is copied
into the your implementation directory regardless of specific options set on the core.
FILES
blackbox.ngc
Multiple File Selections Without Options
The following is an example of multiple file selections without options. The set of NGC
netlists are copied into the your implementation directory regardless of specific options set
on the core.
FILES
blackbox1.ngc, blackbox2.ngc, blackbox3.edn
File Selection With Options
The following is an example of a file selection with options. The specific EDIF netlist is
copied into the your implementation directory dependent on the C_FAMILY and
C_BUS_CONFIG parameters set on the core.
C_FAMILY C_BUS_CONFIG FILES
virtex 1 virtex/ip1.edf
virtex 2 virtex/ip2.edf
spartan2 1 virtex/ip1.edf
spartan2 2 virtex/ip2.edf
virtexe 1 virtex/ip1.edf
virtexe 2 virtex/ip2.edf
spartan2e 1 virtex/ip1.edf
spartan2e 2 virtex/ip2.edf
virtex2 1 virtex2/ip1.edf
virtex2 2 virtex2/ip2.edf
virtex2p 1 virtex2/ip1.edf
virtex2p 2 virtex2/ip2.edf