R

-- DISCONTINUED PRODUCT --

Chapter 9: Constraining the Core

PERIOD Constraints for Clock Nets

gtx_clk

The clock provided to gtx_clk must be constrained for a clock frequency of 125 MHz.

The following UCF syntax shows the necessary constraints being applied to the gtx_clk_bufg signal (which is routed to the gtx_clk port of the core):

# Set the Transmitter clock period

constraints: please do not relax

NET "gtx_clk_bufg"

TNM_NET = "clk_tx";

TIMEGRP "tx_clock"

= "clk_tx";

TIMESPEC "TS_tx_clk"

= PERIOD

"tx_clock" 8000 ps HIGH 50 %;

gmii_rx_clk (for GMII Example Designs)

The clock provided to gmii_rx_clk must be constrained for a clock frequency of 125 MHz.

The following UCF syntax shows the necessary constraints being applied to the clock signal (which is routed to the gmii_rx_clk port of the core)

#Set the Receiver clock period constraints: please do not relax NET "gmii_rx_clk" TNM_NET = "gmii_rx_clk";

TIMESPEC "TS_gmii_rx_clk" = PERIOD "gmii_rx_clk" 8000 ps HIGH 50 %;

TIMEGRP "rx_clock"

= "gmii_rx_clk";

rgmii_rxc (for RGMII Example Designs)

The receiver clock provided by the RGMII must be constrained for a clock frequency of 125 MHz.

The following UCF syntax shows the necessary constraints being applied to the clock signal (which is routed to the gmii_rx_clk port of the core):

#Set the Receiver clock period constraints: please do not relax

NET "gmii_rx_clk_bufg" TNM_NET = "clk_rx";

TIMEGRP "rx_clock"

=

"clk_rx";

TIMESPEC "TS_rx_clk"

=

PERIOD "rx_clock" 8000 ps HIGH 50 %;

host_clk

The clock provided to host_clk must be constrained to the desired frequency within the allowable range (see “Host Clock Frequency,” on page 77).

The following UCF syntax shows a 100 MHz period constraint being applied to the host_clk signal (which is routed to the host_clk port of the core):

# Set the Management Clock period constraints: relax as

required

NET "host_clk" TNM_NET

= "host_clk";

 

TIMEGRP "host"

= "host_clk" EXCEPT "mdio_logic";

TIMESPEC "TS_host_clk"

= PERIOD "host" 10000 ps HIGH

50 %;

MDIO Logic

The MDIO logic (see “MDIO Interface,” on page 30) is synchronous to host_clk, but data only changes at the mdc output rate (as configured in the “MDIO Configuration,” on page 82). Nominally mdc will be set to a frequency of 2.5 MHz. Every flip-flop in the MDIO logic is clocked with host_clk, but is sent a clock enable pulse at the mdc frequency. To prevent this logic being over constrained by the host_clk period, the relevant flip-flops for the MDIO logic can be grouped together and removed from the host_clk period constraint. This is shown in the previous UCF syntax for host_clk.

94

www.xilinx.com

1-Gigabit Ethernet MAC v8.5 User Guide

 

 

UG144 April 24, 2009

Page 94
Image 94
Xilinx UG144 manual Period Constraints for Clock Nets, Constraining the Core

UG144 specifications

The Xilinx UG144, a comprehensive user guide for the versatile Zynq-7000 SoC (System on Chip) architecture, serves as an essential resource for developers and engineers designing embedded systems. Emphasizing the blend of programmable logic and processing power, this guide highlights the array of features and technologies that make the Zynq-7000 series particularly attractive for a wide range of applications.

One of the standout characteristics of the Zynq-7000 is its dual-core ARM Cortex-A9 processor, which delivers substantial performance for complex processing tasks. This soft processor enables high-speed computation, making it ideal for applications in fields such as automotive, industrial automation, and telecommunications. The guide emphasizes the ability to run multiple operating systems, including Linux and real-time operating systems, providing developers with versatile options for application design.

Additionally, the Xilinx UG144 outlines the extensive programmable logic resources integrated within the Zynq-7000 device. This FPGA fabric allows for customization and parallel processing capabilities, allowing designers to create powerful hardware accelerators tailored to specific application needs. The guide details how these programmable logic resources can easily interface with the ARM processors through a high-bandwidth AXI interface, promoting efficient data flow between the hardware and software components.

Key features highlighted in the UG144 include advanced connectivity options, including PCIe, USB, and Serial interfaces, which facilitate communication with other devices and systems. Furthermore, the guide provides insights into the supported design tools, such as the Xilinx Vivado Design Suite, which aids in both hardware and software co-design. This integrated environment significantly reduces development time while providing an efficient workflow for prototyping and testing.

In terms of performance optimizations, the guide discusses support for digital signal processing (DSP) capabilities, making the Zynq-7000 suitable for high-performance applications such as video processing and data analytics. The built-in DSP slices allow for efficient execution of complex mathematical functions, which is crucial for real-time data processing tasks.

Overall, the Xilinx UG144 guide encapsulates the versatility, performance, and flexibility of the Zynq-7000 SoC architecture. With its combination of ARM processing and programmable logic, along with robust connectivity options and development tools, it empowers engineers to create innovative solutions across a spectrum of industries, solidifying Xilinx's position as a leader in the field of embedded system design.