compile.bat

来自「MAX+PLUSII教材及实例-西文-152页-1.7M-PDF版.zip」· Batch 代码 · 共 17 行

BAT
17
字号
% Compile design and run register performance and delay matrix %
c:\maxplus2\maxplus2 -c -ta_reg -tao "reg.txt" -ta_delay -tao "delay.txt" filter 

echo off
echo ********************************************************
echo ***************** Finished compilation *****************
echo ********************************************************
echo Follow the next instruction in the instruction manual 
echo Press any key to display the filter.rpt file
PAUSE
echo on
notepad c:\altera_trn\mplus\filter.rpt
notepad c:\altera_trn\mplus\reg.txt
notepad c:\altera_trn\mplus\delay.txt

% Display compile.bat file %
notepad c:\altera_trn\mplus\compile.bat

⌨️ 快捷键说明

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