maxplus.bat
来自「s3c2410 UCOS操作系统下,lcd驱动可用在大部分lcd的数字屏,另外还」· Batch 代码 · 共 50 行
BAT
50 行
echo #-----------------------------------------------------------------------
echo # Altera MaxplusII VHDL compiler script for the book
echo # Digital Signal Processing with FPGAs
echo # Author: Dr. Uwe Meyer-Baese EMAIL: Uwe.Meyer-Baese@ieee.org
echo #-----------------------------------------------------------------------
call veryclean.bat
C:\max9\maxplus2.exe -v
echo Compile chapter 1 entitys: example and fun_text
C:\max9\maxplus2.exe -compile -ta_reg -simulate example.vhd
C:\max9\maxplus2.exe -compile -ta_reg -simulate fun_text.vhd
echo Compile chapter 2 entitys: add_1p, add_2p, add_3p, mul_ser, and cordic
C:\max9\maxplus2.exe -compile -ta_reg -simulate add_1p.vhd
C:\max9\maxplus2.exe -compile -ta_reg -simulate add_2p.vhd
C:\max9\maxplus2.exe -compile -ta_reg -simulate add_3p.vhd
C:\max9\maxplus2.exe -compile -ta_reg -simulate mul_ser.vhd
C:\max9\maxplus2.exe -compile -ta_reg -simulate cordic.vhd
echo Compile chapter 3 entitys: fir_srg, dafsm, darom, dasign, and dapara
C:\max9\maxplus2.exe -compile -ta_reg -simulate fir_gen.vhd
C:\max9\maxplus2.exe -compile -ta_reg -simulate fir_srg.vhd
C:\max9\maxplus2.exe -compile -ta_reg -simulate dafsm.vhd
C:\max9\maxplus2.exe -compile -ta_reg -simulate darom.vhd
C:\max9\maxplus2.exe -compile -ta_reg -simulate dasign.vhd
C:\max9\maxplus2.exe -compile -ta_reg -simulate dapara.vhd
echo Compile chapter 4 entitys: iir, iir_pipe, and iir_par
C:\max9\maxplus2.exe -compile -ta_reg -simulate iir.vhd
C:\max9\maxplus2.exe -compile -ta_reg -simulate iir_pipe.vhd
C:\max9\maxplus2.exe -compile -ta_reg -simulate iir_par.vhd
echo Compile chapter 5 entitys: cic3r32, cic3s32, db4poly, and db4latti
C:\max9\maxplus2.exe -compile -ta_reg -simulate cic3r32.vhd
C:\max9\maxplus2.exe -compile -ta_reg -simulate cic3s32.vhd
C:\max9\maxplus2.exe -compile -ta_reg -simulate db4poly.vhd
C:\max9\maxplus2.exe -compile -ta_reg -simulate db4latti.vhd
echo Compile chapter 6 entitys: rader7, ccmul, and bfproc
C:\max9\maxplus2.exe -compile -ta_reg -simulate rader7.vhd
C:\max9\maxplus2.exe -compile -ta_reg -simulate ccmul.vhd
C:\max9\maxplus2.exe -compile -ta_reg -simulate bfproc.vhd
echo Compile chapter 7 entitys: lfsr, lfsr_step3 and ammod
C:\max9\maxplus2.exe -compile -ta_reg -simulate lfsr.vhd
C:\max9\maxplus2.exe -compile -ta_reg -simulate lfsr6s3.vhd
C:\max9\maxplus2.exe -compile -ta_reg -simulate ammod.vhd
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?