📄 compile.bat
字号:
% 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -