top.cmd_log

来自「这是非常好的vhdl例子」· CMD_LOG 代码 · 共 13 行

CMD_LOG
13
字号
xst -intstyle ise -ifn __projnav/top.xst -ofn top.syr
ngdbuild -intstyle ise -dd e:\work\coreban\submouse/_ngo -uc top.ucf  -p xc3s200-pq208-4 top.ngc top.ngd
map -intstyle ise -p xc3s200-pq208-4 -cm area -pr b -k 4 -c 100 -tx off -o top_map.ncd top.ngd top.pcf
par -w -intstyle ise -ol std -t 1 top_map.ncd top.ncd top.pcf
trce -intstyle ise -e 3 -l 3 -xml top top.ncd -o top.twr top.pcf
bitgen -intstyle ise -f top.ut top.ncd
xst -intstyle ise -ifn __projnav/top.xst -ofn top.syr
ngdbuild -intstyle ise -dd e:\work\digital_sward\sub_demo\submouse/_ngo -uc top.ucf  -p xc3s400-pq208-4 top.ngc top.ngd
map -intstyle ise -p xc3s400-pq208-4 -cm area -pr b -k 4 -c 100 -tx off -o top_map.ncd top.ngd top.pcf
par -w -intstyle ise -ol std -t 1 top_map.ncd top.ncd top.pcf
trce -intstyle ise -e 3 -l 3 -xml top top.ncd -o top.twr top.pcf
bitgen -intstyle ise -f top.ut top.ncd

⌨️ 快捷键说明

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