R

Chapter 6: Special Design Considerations

Multiple Core Implementations

Using the Xilinx SPI-4.2 Lite Core, a designer can implement multiple SPI-4.2 Lite cores in a single design. Follow the guidelines below to instantiate multiple cores.

Instantiating Multiple Cores

When instantiating multiple cores, the user must instantiate the modules as separate components in the top-level RTL design because there are different netlists for each core.

For example, in VHDL:

Sink core:

first_pl4_lite_snk_top0 : pl4_lite_snk_top1

second_pl4_lite_snk_top0 : pl4_lite_snk_top2

Source core:

first_pl4_lite_src_top0 : pl4_lite_src_top1

second_pl4_lite_src_top0 : pl4_lite_src_top2

Instantiation templates for the cores are available in the coregen project directory and have filename extensions of VHO (for VHDL) and VEO (for Verilog).

If the reference clock (SysClk) can be shared between different Source cores, generate the Source cores with slave clocking to reduce the number of global buffers used in the design. For Virtex-4 or Virtex-5 FPGA designs, regional clocking for the SPI-4.2 Lite Source FIFO Status Clocks (TSClk) can be implemented using regional clocking to further reduce the number of global clock buffers and DCMs used in the design. See “Slave Clocking,” page 119 for more information. If Source cores with slave clocking are used, the separate clocking module (pl4_lite_src_clk) needs to be instantiated in the design. An example clocking module is provided in:

<comp_name>/example_design

The inputs and outputs of the example clock module are:

Inputs: SysClk and TSClk

Outputs: Sysclk0_buf, SysClk180_buf, and TSClk_buf

The outputs of the clocking module, SysClk0_bufg, and SysClk180_bufg can be used to drive the input clocks of the multiple source cores instantiated in the design.

For example:

first_pl4_lite_src_top0 : pl4_lite_src_top1 port map(

................

SysClk180_GBSLV => SysClk180_buf , SysClk0_GSLV => SysClk0_buf ,

...............

) ;

second_pl4_lite_src_top0 : pl4_lite_src_top2 port map (

..............

SysClk180_GBSLV => SysClk180_buf, SysClk0_GBSLV => SysClk0_buf ,

.................

120

www.xilinx.com

SPI-4.2 Lite v4.3 User Guide

 

 

UG181 June 27, 2008

Page 120
Image 120
Xilinx UG181 manual Multiple Core Implementations, Instantiating Multiple Cores

UG181 specifications

Xilinx UG181 refers to the User Guide for the Xilinx 7 Series FPGAs, which offers a comprehensive overview of the architecture, capabilities, and features of these powerful field-programmable gate arrays (FPGAs). Designed to cater to a wide range of applications, Xilinx 7 Series FPGAs are widely adopted in industries such as telecommunications, automotive, aerospace, and consumer electronics.

One of the main features of the Xilinx 7 Series FPGAs is their use of advanced 28nm technology, which enables them to achieve high performance while maintaining low power consumption. This fine process technology not only ensures better power efficiency but also allows for increased logic density. The 7 Series includes several families, such as Artix-7, Kintex-7, and Virtex-7, each tailored for specific application demands ranging from cost-sensitive solutions to high-performance data processing.

Xilinx 7 Series FPGAs also incorporate a rich set of programmable logic resources. This includes Look-Up Tables (LUTs), Flip-Flops, and Digital Signal Processing (DSP) slices that have been optimized for various arithmetic functions. With several thousands of logic cells available, designers can implement complex algorithms and systems directly in hardware for improved performance over traditional software solutions.

In addition to their logic capabilities, Xilinx 7 Series FPGAs feature an array of high-speed serial communication interfaces. These include support for technologies like PCI Express, Gigabit Ethernet, and Serial RapidIO, which facilitate efficient data transfer and integration into enterprise-level systems. The presence of high-speed transceivers also makes them ideal for applications that require fast data handling like video processing or high-frequency trading.

Furthermore, these FPGAs offer extensive memory options, including support for a wide range of external memory interfaces. This versatility allows for the integration of high-bandwidth memory solutions, which is essential for performance-intensive applications. With the introduction of the Memory Controller IP, users can easily connect various memory types, ensuring flexibility in system design.

Finally, Xilinx has made significant strides in development tools for 7 Series FPGAs, providing a robust ecosystem for design engineers. With design suites such as Vivado and SDK, users benefit from a comprehensive platform for deciding, simulating, and implementing designs efficiently. The combination of advanced hardware capabilities and powerful software tools solidifies the position of Xilinx 7 Series FPGAs as a preferred choice for custom digital hardware design across various industries.