receive.cmd_log
来自「自己在ISE下用VHDL写的UART」· CMD_LOG 代码 · 共 7 行
CMD_LOG
7 行
xst -intstyle ise -ifn __projnav/receive.xst -ofn receive.syr
ngdbuild -intstyle ise -dd e:\sk\iseobject\ex/_ngo -i -p xc4vlx25-sf363-10 receive.ngc receive.ngd
map -intstyle ise -p xc4vlx25-sf363-10 -cm area -pr b -k 4 -c 100 -tx off -o receive_map.ncd receive.ngd receive.pcf
par -w -intstyle ise -ol std -t 1 receive_map.ncd receive.ncd receive.pcf
trce -intstyle ise -e 3 -l 3 -xml receive receive.ncd -o receive.twr receive.pcf
netgen -intstyle ise -s 10 -pcf receive.pcf -ngm receive.ngm -rpw 100 -tpw 0 -ar Structure -xon true -w -ofmt vhdl -sim receive.ncd receive_timesim.vhd
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?