| 装不上啊,可以配置在fusion系列FPGA中吗??configFFT文档中的fpga_family写什么啊??按安装说明操作并没有在D:\Actelprj\ FFTdemo 中产生.bat文件啊 To install CoreFFT full version:
 1. Unzip the file coreFFT.zip to extract the coreFFT.exe file and an example of a configuration file
 named configFFT.txt.
 2. Create a CoreFFT configuration file in *.txt format. To create it from scratch, follow the
 configuration file description given in the FFT datasheet, or modify an attached configFFT.txt
 file using a text editor. Assume the FFT configuration file is assigned a name of configFFT.txt.
 3. Copy the coreFFT.exe file and the FFT configuration file (configFFT.txt) in the top-level
 directory created by Libero IDE (D:\Actelprj\FFTdemo).
 4. Type the following command at the Command prompt to run CoreFFT:
 D:\Actelprj\FFTdemo > coreFFT configFFT.txt5. Type the following command to run the fft.bat file that appears in the D:\Actelprj\ FFTdemo
 directory:
 D:\Actelprj\ FFTdemo > fft.bat
 
 红色部分是指在dos窗口输入D:\Actelprj\FFTdemo > coreFFT configFFT.txt吗
 |