当前位置:网站首页>CA运行fft版本
CA运行fft版本
2022-07-19 05:15:00 【lyz_fish】
- 克隆代码
https://gitee.com/lizeyujack/MachSuite.git
- 进入fft
cd MachSuite/fft/strided/
- 文件夹下有一个
Makefile
文件:内部结构如下:
KERN=fft
ALG=strided
CFLAGS?=-O3 -Wall -Wno-unused-label
SRCS=$(KERN).c local_support.c ../../common/support.c
FILES=$(SRCS) $(KERN).h ../../common/support.h
#CC=/mnt/gem5/build/X86/gem5.opt
$(KERN): $(FILES) ../../common/harness.c
$(CC) $(CFLAGS) -I../../common -o $(KERN) $(SRCS) ../../common/harness.c -lm
run: $(KERN) input.data check.data
./$(KERN) input.data check.data
generate: $(FILES) generate.c
$(CC) $(CFLAGS) -I../../common -o generate $(SRCS) generate.c -lm
./generate
hls: $(KERN).c $(KERN).h
vivado_hls hls.tcl
clean:
rm -f $(KERN) generate output.data
- 使用
make
指令执行代码,默认执行第一个操作,执行后可以产生fft
的文件:
sudo make
- 执行
run
操作,执行后会产生output.data
sudo make run
- 执行
generate
,产生二进制名为generate
的文件。
sudo make generate
- 最后两个指令:
sudo make hls
没有运行成功。sudo make clearn
可以清除output.data文件
边栏推荐
猜你喜欢
What about the software problem of Quanzhi a40i network card
i. Mx8mp development board porting USBWiFi rtl8192eu driver
FPGA - detailed explanation of SPI bus (concept)
How to put a "platform" into a small box? (Part 2) technical realization
Intelligent gateway based on Ruixin micro 3568 core board
线性卷积、循环卷积、周期卷积的定义、计算方法及三者之间的关系
Evaluate reading and writing speed and network of Reza rz/g2l storage
Pearson correlation coefficient and code implementation (C language +matlab)
使用google cloud部署基于flask的网站
vulnhub 靶机 GOLDENEYE: 1
随机推荐
The end result of printf - where is the data printed
C language data type and uint8 under typedef_ t / uint32_ t
【Markdown】关于Markdown我想说这些~
Add new display support to uboot of imx8m development board
Leetcode:14. 最长公共前缀【思维+排序】
Leetcode:905. 按奇偶排序数组【双指针+三种语言实现】
Detailed explanation of the principle of triode series linear voltage stabilizing circuit and Multisim Simulation
解决问题phpstudy导入数据库失败
多基线干涉仪系统测向误差分析
Automatic nucleic acid extraction instrument based on ARM core board
小于n的最大数字
TypeScript 之泛型
Program verification of one-dimensional wavelet transform based on cyclic convolution (C language)
UltraEdit line break / tab settings
Solution to the problem of constantly popping up blank web pages when opening OrCAD capture CIS in cadence 17.2
Cible vulnhub jangow: 1.0.1
Connaissance de la technologie des tunnels d'infiltration Intranet
Qt解决大量重复数据的操作
計算機408+數據庫【適合考研複試或期末複習】
[markdown] about markdown, I want to say this~