rd1097_rev01.3

所属分类:VHDL/FPGA/Verilog
开发工具:VHDL
文件大小:3805KB
下载次数:104
上传日期:2012-06-18 18:25:11
上 传 者nidayededaye
说明:  fpga hdmi dvi程序用fpgaserdes完成
(the fpga hdmi the dvi program)

文件列表:
RD1097\docs (0, 2011-04-06)
RD1097\docs\RD1097.pdf (2229800, 2011-04-06)
RD1097\docs\UG36.pdf (2354943, 2010-09-24)
RD1097\project (0, 2011-04-06)
RD1097\project\algn_fifo.lpc (566, 2010-03-17)
RD1097\project\ecp3_orcastra.lpc (505, 2010-05-20)
RD1097\project\hdmi_dvi_phy.lpf (4426, 2011-03-08)
RD1097\project\hdmi_receiver.ngo (485374, 2010-10-06)
RD1097\project\hdmi_transmitter.ngo (192367, 2010-10-06)
RD1097\project\impl (0, 2011-04-06)
RD1097\project\impl\pcs_dvi_10b_diamond.txt (5418, 2011-01-14)
RD1097\project\pcs_dvi_10b_diamond.lpc (4707, 2011-01-14)
RD1097\project\Strategy1.sty (133, 2011-03-08)
RD1097\source (0, 2011-03-15)
RD1097\source\HDMI_misc (0, 2011-03-15)
RD1097\source\HDMI_misc\ddc.v (14926, 2010-01-15)
RD1097\source\HDMI_misc\ql_i2cs.v (12986, 2010-01-15)
RD1097\source\HDMI_Rx (0, 2011-03-15)
RD1097\source\HDMI_Rx\hdmi_receiver_bb.v (4568, 2010-10-06)
RD1097\source\HDMI_Top (0, 2011-04-04)
RD1097\source\HDMI_Top\hdmi_lnk_ctl.v (3245, 2010-09-07)
RD1097\source\HDMI_Top\hdmi_top_diamond.v (29295, 2011-01-14)
RD1097\source\HDMI_Top\reset_gen.v (1776, 2010-04-28)
RD1097\source\HDMI_Top\resync_pulse.v (2282, 2010-04-20)
RD1097\source\HDMI_Top\rlos_reset.v (2533, 2010-05-07)
RD1097\source\HDMI_Top\rx_reset_sm.v (5321, 2010-03-30)
RD1097\source\HDMI_Top\tx_reset_sm.v (4314, 2010-03-30)
RD1097\source\HDMI_Tx (0, 2011-03-15)
RD1097\source\HDMI_Tx\hdmi_transmitter_bb.v (3182, 2010-10-06)
RD1097\source\module (0, 2011-04-04)
RD1097\source\module\ecp3_orcastra.v (4672, 2010-05-20)
RD1097\source\module\pcs_dvi_10b_diamond.v (84400, 2011-01-14)
RD1097 (0, 2011-04-04)

******************************************************** * * * Lattice RD1097 - HDMI/DVI Multimedia Interface Demo * * * ******************************************************** ================================================================================================== Sub-directory and File List: /docs (for user's manuals and readme file) |___ RD1097.pdf (RD1097 HDMI/DVI Phy reference design functional descriptions) |___ UG36.pdf (HDMI/DVI Loopback demo using LatticeECP3 Video Protocol board) |___ rd1097_readme.txt (a quick guide for launching of the design in Diamond or ispLEVER) /source (for Verilog-HDL rtl source files) |___ /HDMI_Top | |___ hdmi_top_diamond.v (top-level module for Diamond project) | |___ hdmi_lnk_ctl.v (HDMI Link monitor & controller module) | |___ rlos_reset (Receiver Loss-of-lock reset control module) | |___ resync_pulse.v (Receiver error detection reset control module) | |___ /HDMI_Tx | |___ hdmi_transmitter_bb.v (HDMI transmitter black-box module, linking to ngo) | |___ /HDMI_Rx | |___ hdmi_receiver_bb.v (HDMI receiver black-box module, linking to ngo) | |___ /HDMI_misc | |___ ddc.v (DDC interfce for DVI protocol) | |___ ql_i2cs (I2C controlller) | |___ /module |___ pcs_dvi_10b_diamond.v (SERDES/PCS module customized for HDMI/DVI interface) |___ ecp3_orcastra.v (ORCAStra Interface module for GUI controlling/monitoring) /Project |___ hdmi_dvi_phy.lpf (user-defined constraint file, file name can be changed to .lpf) |___ hdmi_receiver.ngo (hdmi_receiver core) |___ hdmi_transmitter.ngo (hdmi_transmitter core) |___ pcs_dvi_10b_diamond.lpc (SERDES/PCS IPExpress configuration file, for Diamond project) |___ algn_fifo.lpc (algn_fifo IPExpress configuration file) |___ ecp3_orcastra.lpc (ecp3_orcastra IPExpress configuration file) |___ /impl |___ pcs_dvi_10b_diamond.txt (SERDES/PCS auto-configuration text file)* =================================================================================================== Using Diamond Software --------------------------------------------------------------------------------------------------- HOW TO CREATE A PROJECT IN DIAMOND: 1. Launch Diamond software, in the GUI, select File -> New -> Project, click Next 2. In the New Project popup, select the Project location and provide a Project name and implementation name, click Next. 3. Add the necessary source files from the RD1097\source directory, click Next 4. Select the desired part and speedgrade. You may use RD1097.pdf to see which device and speedgrade can be selected to achieve the published timing result 5. Click Finish. Now the project is successfully created. 6. MAKE SURE the provided lpf and/or sty files are used in the current directory. --------------------------------------------------------------------------------------------------- =================================================================================================== !!!Important Notes: ---------------------------------------------------------------------------------------------------- The PCS auto-configuration text file (pcs_dvi_10b_diamond.txt) is placed under the \project\impl directory. The 'impl' is the name of the Diamond implementation. It could be changed to other names when the project is re-created in Diamond software. The pcs_dvi_10b_diamond.txt can be alternatively placed in the \project or any directory specified by the Macro Search Path variable in the Strategy. The Diamond software will initially look for the pcs_dvi_10b_diamond.txt from the default \diamond\impl directory. If it is not there, Diamond will issue a warning message and then start to search for it from the upper-level \project directory and lastly search for it from the directory specified by Macro Search Path. ---------------------------------------------------------------------------------------------------- =================================================================================================== Documentation --------------------------------------------------------------------------------------------------- The RD1097 - HDMI/DVI Multimedia Interface reference design includes two PDF document under /docs directory. 1. RD1097.pdf -- includes the functional descriptions of the HDMI/DVI Receiver and Transmitter modules respectively. 2. UG36.pdf -- describes the procedure to perform the HDMI/DVI Multimedia Interface Loopback demo. ---------------------------------------------------------------------------------------------------

近期下载者

相关文件


收藏者