fir_filter

所属分类:数学计算
开发工具:Visual C++
文件大小:88KB
下载次数:15
上传日期:2011-07-24 15:46:17
上 传 者txy_shaq
说明:  fir filter c++实现,catapult pdf
(fir filter in c++,catapult pdf)

文件列表:
fir_filter\CatapultFIRWalkthrough.pdf (91568, 2010-11-05)
fir_filter\fir_filter.cpp (1329, 2010-11-05)
fir_filter\fir_filter.h (1068, 2010-11-05)
fir_filter\tb_fir_filter.cpp (1499, 2010-11-05)
fir_filter (0, 2010-11-08)

////////////////////////////////////////////////////////////////////////////// // Catapult Synthesis // // 2005 Mentor Graphics Corporation // All rights reserved. // // This document contains information that is proprietary to Mentor Graphics // Corporation. The original recipient of this document may duplicate this // document in whole or in part for internal business purposes only, provided // that this entire notice appears in all copies. In duplicating any part of // this document, the recipient agrees to make every reasonable effort to // prevent the unauthorized use and distribution of the proprietary information. // // TRADEMARKS: The trademarks, logos and service marks ("Marks") used herein // are the property of Mentor Graphics Corporation or other third parties. No // one is permitted to use these Marks without the prior written consent of // Mentor Graphics or the respective third-party owner. The use herein of a // third-party Mark is not an attempt to indicate Mentor Graphics as a source // of a product, but is intended to indicate a product from, or associated with, // a particular third party. A current list of Mentor Graphics' trademarks may // be viewed at www.mentor.com/terms_conditions/trademarks.cfm // // End-User License Agreement: You can print a copy of the End-User License // Agreement from: www.mentor.com/terms_conditions/enduser.cfm. ////////////////////////////////////////////////////////////////////////////// Fir filter [Simple example] Files fir_filter.c - main file for synthesis fir_filter.h tb_fir_filter.cpp - Testbench for the Catapult SystemC verification flow FIR Filter Walkthrough (PDF) Tool Features Basic flow constraints, solution management and branching Unrolling and pipelining Flow integration for simulation and synthesis C code Features The difference between pointer and non-pointer inputs and outputs Re-writing the design to infer input registers Using static to maintain state To compile these files on Unix, use the following command: $MGC_HOME/bin/g++ -I/shared/include fir_filter.cxx testbench.cxx -ofir_filter To compile these files on Windows, use the following command (assumines VC++ is installed): cl /I"\shared\include" /EHsc fir_filter.cxx testbench.cxx /ofir_filter.exe

近期下载者

相关文件


收藏者