Component name>/implement, Table 15-5 – Xilinx IP Ethernet AVB Endpoint v2.4 UG492 User Manual
Page 146

146
Ethernet AVB Endpoint User Guide
UG492 September 21, 2010
Chapter 15: Detailed Example Design (Standard Format)
The implement directory contains the core implementation script files.
rx_frame_checker.v[hd]
An HDL file which is capable of receiving
Ethernet frames at maximum line rate.
This will check the data contained in each
Ethernet frame received against a
predictable pattern. This file partners the
tx_frame_stimulus file.
plb_client_logic.v[hd]
An HDL file that sits in the place of an
embedded microprocessor (an
embedded microprocessor is required in
a real system), which provides stimulus
to the PLB, performing write and reads
that initiate PTP frame transmission.
Table 15-4:
Example Design Directory (Cont’d)
Name
Description
Table 15-5:
Implement Directory
Name
Description
implement.sh
LINUX shell script that processes the
example design through the Xilinx tool flow.
See
“Implementation Scripts,” page 151
more information.
implement.bat
Windows batch file that processes the
example design through the Xilinx tool flow.
See
“Implementation Scripts,” page 151
more information.
xst.prj
XST project file for the example design
(VHDL only); it enumerates all of the VHDL
files that need to be synthesized.
xst.scr
XST script file for the example design.