cmds

来自「基于恩智浦dsp芯片的fir滤波源码」· 代码 · 共 70 行

TXT
70
字号
#!/bin/cshset verbosetmcc -p fir1.c -o fir1.outtmsim -nomm fir1.outtmcc -r fir1.c -o fir1.outtmsize fir1.outtmsim -statfile fir1.stat fir1.out tmprof fir1.stat fir1.out -scale 1 -functmcc -p fir1.c -o fir1.outtmsim -nomm fir1.outtmcc -G fir1.c -o fir1.outtmsize fir1.outtmsim -statfile fir1.stat fir1.out tmprof fir1.stat fir1.out -scale 1 -functmcc -p fir2.c -o fir2.outtmsim -nomm fir2.outtmcc -r fir2.c -o fir2.outtmsize fir2.outtmsim -statfile fir2.stat fir2.out tmprof fir2.stat fir2.out -scale 1 -functmcc -p fir3.c -o fir3.outtmsim -nomm fir3.outtmcc -r fir3.c -o fir3.outtmsize fir3.outtmsim -statfile fir3.stat fir3.out tmprof fir3.stat fir3.out -scale 1 -functmcc -p fir3.c -o fir3.outtmsim -nomm fir3.outtmcc -G fir3.c -o fir3.outtmsize fir3.outtmsim -statfile fir3.stat fir3.out tmprof fir3.stat fir3.out -scale 1 -functmcc -p fir4.c -o fir4.outtmsim -nomm fir4.outtmcc -G fir4.c -o fir4.outtmsize fir4.outtmsim -statfile fir4.stat fir4.out tmprof fir4.stat fir4.out -scale 1 -functmcc -p fir4.c -o fir4.outtmsim -nomm fir4.outtmcc -G -tmccom -graft_tuning_file graftfile -- fir4.c -o fir4.outtmsize fir4.outtmsim -statfile fir4.stat fir4.outtmprof fir4.stat fir4.out -scale 1 -functmcc -p fir4.c -o fir4.outtmsim -nomm fir4.outtmcc -G -O3 -tmccom -graft_tuning_file graftfile -- fir4.c -o fir4.outtmsize fir4.outtmsim -statfile fir4.stat fir4.outtmprof fir4.stat fir4.out -scale 1 -func

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?