left_right_leds.cmd_log

来自「xilinx的SPARTAN-3E入门开发板实例 根据官方公布的led移动范例」· CMD_LOG 代码 · 共 14 行

CMD_LOG
14
字号
xst -intstyle ise -ifn __projnav/left_right_leds.xst -ofn left_right_leds.syr
ngdbuild -intstyle ise -dd "f:\xillinx\mywork\ledleft/_ngo" -nt timestamp -uc left_right_leds.ucf  -p xc3s500e-fg320-4 left_right_leds.ngc left_right_leds.ngd
map -intstyle ise -p xc3s500e-fg320-4 -cm area -pr b -k 4 -c 100 -o left_right_leds_map.ncd left_right_leds.ngd left_right_leds.pcf
par -w -intstyle ise -ol std -t 1 left_right_leds_map.ncd left_right_leds.ncd left_right_leds.pcf
trce -intstyle ise -e 3 -l 3 -s 4 -xml left_right_leds left_right_leds.ncd -o left_right_leds.twr left_right_leds.pcf
bitgen -intstyle ise -f left_right_leds.ut left_right_leds.ncd
xst -intstyle ise -ifn __projnav/left_right_leds.xst -ofn left_right_leds.syr
ngdbuild -intstyle ise -dd "f:\xillinx\mywork\ledleft/_ngo" -nt timestamp -uc left_right_leds.ucf  -p xc3s500e-fg320-4 left_right_leds.ngc left_right_leds.ngd
map -intstyle ise -p xc3s500e-fg320-4 -cm area -pr b -k 4 -c 100 -o left_right_leds_map.ncd left_right_leds.ngd left_right_leds.pcf
par -w -intstyle ise -ol std -t 1 left_right_leds_map.ncd left_right_leds.ncd left_right_leds.pcf
trce -intstyle ise -e 3 -l 3 -s 4 -xml left_right_leds left_right_leds.ncd -o left_right_leds.twr left_right_leds.pcf
bitgen -intstyle ise -f left_right_leds.ut left_right_leds.ncd
bitgen -intstyle ise -f left_right_leds.ut left_right_leds.ncd

⌨️ 快捷键说明

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