uart.cmd_log

来自「用Verilog实现的串口异步通信」· CMD_LOG 代码 · 共 12 行

CMD_LOG
12
字号
xst -intstyle ise -ifn __projnav/uart.xst -ofn uart.syr
xst -intstyle ise -ifn __projnav/uart.xst -ofn uart.syr
xst -intstyle ise -ifn __projnav/uart.xst -ofn uart.syr
xst -intstyle ise -ifn __projnav/uart.xst -ofn uart.syr
ngdbuild -intstyle ise -dd "d:\found.000\uart/_ngo" -nt timestamp -uc uart_constraints.ucf  -p xc4vsx35-ff668-10 uart.ngc uart.ngd
xst -intstyle ise -ifn __projnav/uart.xst -ofn uart.syr
ngdbuild -intstyle ise -dd "d:\found.000\uart/_ngo" -nt timestamp -uc uart_constraints.ucf  -p xc4vsx35-ff668-10 uart.ngc uart.ngd
map -intstyle ise -p xc4vsx35-ff668-10 -cm area -pr b -k 4 -c 100 -o uart_map.ncd uart.ngd uart.pcf
par -w -intstyle ise -ol std -t 1 uart_map.ncd uart.ncd uart.pcf
trce -intstyle ise -e 3 -l 3 -s 10 -xml uart uart.ncd -o uart.twr uart.pcf
bitgen -intstyle ise -f uart.ut uart.ncd

⌨️ 快捷键说明

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