stopwatch.cmd_log

来自「Xilinx ISE 官方源代码盘第七章 Part 2」· CMD_LOG 代码 · 共 14 行

CMD_LOG
14
字号
xst -quiet -ifn __projnav/stopwatch.xst -ofn stopwatch.syr
ngdbuild -quiet -dd h:\my_designs\watchver/_ngo -i  -p xcv50-bg256-6 stopwatch.ngc stopwatch.ngd
map -quiet -p xcv50-bg256-6 -cm area -pr b -k 4 -c 100 -tx off -o stopwatch_map.ncd stopwatch.ngd stopwatch.pcf
par -w -ol 2 -t 1 stopwatch_map.ncd stopwatch.ncd stopwatch.pcf
trce -quiet -e 3 -l 3 -xml stopwatch stopwatch.ncd -o stopwatch.twr stopwatch.pcf
bitgen -f stopwatch.ut stopwatch.ncd
xst -quiet -ifn __projnav/stopwatch.xst -ofn stopwatch.syr
ngdbuild -quiet -dd h:\my_designs\watchver/_ngo -i  -p xcv300e-bg432-6 stopwatch.ngc stopwatch.ngd
map -quiet -p xcv300e-bg432-6 -cm area -pr b -k 4 -c 100 -tx off -o stopwatch_map.ncd stopwatch.ngd stopwatch.pcf
par -w -ol 2 -t 1 stopwatch_map.ncd stopwatch.ncd stopwatch.pcf
trce -quiet -e 3 -l 3 -xml stopwatch stopwatch.ncd -o stopwatch.twr stopwatch.pcf
bitgen -f stopwatch.ut stopwatch.ncd
bitgen -f stopwatch.ut stopwatch.ncd

⌨️ 快捷键说明

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