crc_accelerator

所属分类:VHDL/FPGA/Verilog
开发工具:VHDL
文件大小:400KB
下载次数:35
上传日期:2010-01-16 17:36:36
上 传 者fenger_625300
说明:  CRC 的Nios的软核处理,系统采用Altera Nios IP核进行CRC算法,算法运行时间比常规CRC校检节省很多。
(CRC' s Nios soft-core processing, the system uses Altera Nios IP core for CRC algorithm, algorithm running time than the conventional CRC checkout save a lot.)

文件列表:
CRC_Acceleration_Example_Design\CRC_Acceleration_User_Guide.doc (27654, 2008-03-03)
CRC_Acceleration_Example_Design\CycloneII (0, 2008-03-03)
CRC_Acceleration_Example_Design\CycloneII\CRC_Acceleration_Design_Cyclone_II.bdf (15148, 2008-03-03)
CRC_Acceleration_Example_Design\CycloneII\CRC_Acceleration_Design_Cyclone_II.qpf (929, 2008-03-03)
CRC_Acceleration_Example_Design\CycloneII\CRC_Acceleration_Design_Cyclone_II.qsf (7158, 2008-03-03)
CRC_Acceleration_Example_Design\CycloneII\CRC_Acceleration_Design_Cyclone_II.qws (90, 2008-03-03)
CRC_Acceleration_Example_Design\CycloneII\CRC_Acceleration_Design_Cyclone_II.sof (841132, 2008-03-03)
CRC_Acceleration_Example_Design\CycloneII\CRC_System.ptf (125870, 2008-03-03)
CRC_Acceleration_Example_Design\CycloneII\CRC_System.qip (305, 2008-03-03)
CRC_Acceleration_Example_Design\CycloneII\CRC_System.sopc (32678, 2008-03-03)
CRC_Acceleration_Example_Design\CycloneII\parallel_crc (0, 2008-03-03)
CRC_Acceleration_Example_Design\CycloneII\parallel_crc\CRC_Component.v (12003, 2008-02-13)
CRC_Acceleration_Example_Design\CycloneII\parallel_crc\CRC_Component_hw.tcl (3237, 2008-02-13)
CRC_Acceleration_Example_Design\CycloneII\software (0, 2008-03-03)
CRC_Acceleration_Example_Design\CycloneII\software\CRC_Software (0, 2008-03-03)
CRC_Acceleration_Example_Design\CycloneII\software\CRC_Software\.cdtbuild (1766, 2008-02-13)
CRC_Acceleration_Example_Design\CycloneII\software\CRC_Software\.cdtproject (831, 2008-03-03)
CRC_Acceleration_Example_Design\CycloneII\software\CRC_Software\.project (625, 2008-02-13)
CRC_Acceleration_Example_Design\CycloneII\software\CRC_Software\.settings (0, 2008-03-03)
CRC_Acceleration_Example_Design\CycloneII\software\CRC_Software\.settings\org.eclipse.cdt.core.prefs (106, 2008-03-03)
CRC_Acceleration_Example_Design\CycloneII\software\CRC_Software\application.stf (135, 2008-02-13)
CRC_Acceleration_Example_Design\CycloneII\software\CRC_Software\crc.c (8330, 2008-02-13)
CRC_Acceleration_Example_Design\CycloneII\software\CRC_Software\crc.h (4236, 2008-02-13)
CRC_Acceleration_Example_Design\CycloneII\software\CRC_Software\crc_avalon_access.h (3402, 2008-02-13)
CRC_Acceleration_Example_Design\CycloneII\software\CRC_Software\crc_main.c (11222, 2008-03-03)
CRC_Acceleration_Example_Design\CycloneII\software\CRC_Software\hw_crc.c (4911, 2008-02-13)
CRC_Acceleration_Example_Design\CycloneII\software\CRC_Software\hw_crc.h (2623, 2008-02-13)
CRC_Acceleration_Example_Design\CycloneII\software\CRC_Software_syslib (0, 2008-03-03)
CRC_Acceleration_Example_Design\CycloneII\software\CRC_Software_syslib\.cdtbuild (1786, 2008-02-13)
CRC_Acceleration_Example_Design\CycloneII\software\CRC_Software_syslib\.cdtproject (706, 2008-03-03)
CRC_Acceleration_Example_Design\CycloneII\software\CRC_Software_syslib\.project (582, 2008-02-13)
CRC_Acceleration_Example_Design\CycloneII\software\CRC_Software_syslib\.settings (0, 2008-03-03)
CRC_Acceleration_Example_Design\CycloneII\software\CRC_Software_syslib\.settings\org.eclipse.cdt.core.prefs (106, 2008-03-03)
CRC_Acceleration_Example_Design\CycloneII\software\CRC_Software_syslib\system.stf (1079, 2008-02-13)
CRC_Acceleration_Example_Design\StratixII (0, 2008-03-03)
CRC_Acceleration_Example_Design\StratixII\CRC_Acceleration_Design_Stratix_II.bdf (14905, 2008-03-03)
CRC_Acceleration_Example_Design\StratixII\CRC_Acceleration_Design_Stratix_II.qpf (929, 2008-03-03)
... ...

Nios II CRC Acceleration Example Design v2.2.0 readme.txt This file contains the following sections: o Package Contents o Tool Requirements o Project Directory Names o Release History o Important Notice o Contacting Altera Package Contents ================ CRC Reference Design v2.2.0 Tool Requirements ================= This reference design requires the following: - Quartus II software version 7.2 or later - Nios II Embedded Design Suite version 7.2 or later - IP Design Suite version 7.2 or later - Modelsim-Altera tool version 6.1g or later (if you wish to simulate the design) Please contact your local sales representative if you do not have one of these software tools. Project Directory Names ======================= When you extra the archive the following folder structure will be created: |--- |--- |--- |--- |--- |--- |--- |--- Release History =============== Version 1.0.0 ------------- Initial release Version 2.0.0 ------------- Updated release using Nios II and a new CRC Component Version 2.1.0 ------------- Updated the system and components using SOPC Builder 7.2 and Component Editor (new flow) Version 2.2.0 ------------- Removed the CRC Custom instruction as it will be included with the Nios II Custom Instruction User Guide. Important Notice ================ In the Cyclone II design, a pipelined bridge is added between the DMA read master and the SSRAM to artifically increase the memory latency. This change is to overcome the latency within the DMA that causes the throughput in the provided design to degrade. With this change the DMA is capable of reading from the SSRAM and writing to the CRC component every clock cycle. The Stratix II design is not affected by this issue since the SSRAM contains an extra cycle of latency since it operates at 166MHz. Contacting Altera ================= Although we have made every effort to ensure that this version of the CRC reference design works correctly, there may be problems that we have not encountered. If you have a question or problem that is not answered by the information provided in this readme file, please contact your Altera Field Applications Engineer. If you have additional questions that are not answered in the documentation provided with this design, contact Altera Applications using one of the following methods: Technical Support Hotline: (800) 800-EPLD (U.S.) (408) 544-7000 (Internationally) World wide web: http://www.altera.com/mysupport Last updated June, 2006 Copyright 2006 Altera Corporation. All rights reserved.

近期下载者

相关文件


收藏者