uartb.cmd_log
来自「UART-FPGA完全好用的程序,ISE8.2下打开」· CMD_LOG 代码 · 共 7 行
CMD_LOG
7 行
xst -ise "D:/uart/uart/uart.ise" -intstyle ise -ifn uartb.xst -ofn uartb.syr
ngdbuild -ise "D:/uart/uart/uart.ise" -intstyle ise -dd _ngo -nt timestamp -i -p xc3s200-ft256-4 "uartb.ngc" uartb.ngd
map -ise "D:/uart/uart/uart.ise" -intstyle ise -p xc3s200-ft256-4 -cm area -pr b -k 4 -c 100 -o uartb_map.ncd uartb.ngd uartb.pcf
par -ise "D:/uart/uart/uart.ise" -w -intstyle ise -ol std -t 1 uartb_map.ncd uartb.ncd uartb.pcf
trce -ise "D:/uart/uart/uart.ise" -intstyle ise -e 3 -l 3 -s 4 -xml uartb uartb.ncd -o uartb.twr uartb.pcf
bitgen -ise "D:/uart/uart/uart.ise" -intstyle ise -f uartb.ut uartb.ncd
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?