compile2.bat

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

BAT
14
字号
% Make device assignment to EPF10K10QC208-4%
c:\maxplus2\setacf -ffilter -sCHIP:filter DEVICE EPF10K10QC208-4 

% Compile design and run register performance and delay matrix %
c:\maxplus2\maxplus2 -c -ta_reg -tao "reg2.txt" -ta_delay -tao "delay2.txt" filter > cp2_rslt.txt

notepad c:\altera_trn\mplus\cp2_rslt.txt
notepad c:\altera_trn\mplus\filter.rpt
notepad c:\altera_trn\mplus\reg2.txt
notepad c:\altera_trn\mplus\delay2.txt

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

⌨️ 快捷键说明

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