mode7cnt.cmd_log

来自「学习Xilinx公司开发软件ISE的基础资料」· CMD_LOG 代码 · 共 18 行

CMD_LOG
18
字号
xst -quiet -ifn __projnav/mode7cnt.xst -ofn mode7cnt.syr
ngdbuild -quiet -dd j:\projects\ise\mod7cnt/_ngo -i -insert_keep_hierarchy  -p xcv50e-cs144-8 mode7cnt.ngc mode7cnt.ngd
map -quiet -p xcv50e-cs144-8 -cm area -pr b -k 4 -c 100 -tx off -o mode7cnt_map.ncd mode7cnt.ngd mode7cnt.pcf
par -w -ol 2 -t 1 mode7cnt_map.ncd mode7cnt.ncd mode7cnt.pcf
trce -quiet -e 3 -l 3 -xml mode7cnt mode7cnt.ncd -o mode7cnt.twr mode7cnt.pcf
xst -quiet -ifn __projnav/mode7cnt.xst -ofn mode7cnt.syr
ngdbuild -quiet -dd j:\projects\ise\mod7cnt/_ngo -i -insert_keep_hierarchy  -p xcv50e-cs144-8 mode7cnt.ngc mode7cnt.ngd
map -quiet -p xcv50e-cs144-8 -cm area -pr b -k 4 -c 100 -tx off -o mode7cnt_map.ncd mode7cnt.ngd mode7cnt.pcf
par -w -ol 2 -t 1 mode7cnt_map.ncd mode7cnt.ncd mode7cnt.pcf
trce -quiet -e 3 -l 3 -xml mode7cnt mode7cnt.ncd -o mode7cnt.twr mode7cnt.pcf
bitgen -f mode7cnt.ut mode7cnt.ncd
xst -intstyle ise -ifn __projnav/mode7cnt.xst -ofn mode7cnt.syr
ngdbuild -intstyle ise -dd c:\workstation\ise第二版2004-05-13\cd\example-2-3\ecs_demo\mod7cnt/_ngo -i  -p xcv50e-cs144-8 mode7cnt.ngc mode7cnt.ngd
map -intstyle ise -p xcv50e-cs144-8 -cm area -pr b -k 4 -c 100 -tx off -o mode7cnt_map.ncd mode7cnt.ngd mode7cnt.pcf
par -w -intstyle ise -ol std -t 1 mode7cnt_map.ncd mode7cnt.ncd mode7cnt.pcf
trce -intstyle ise -e 3 -l 3 -xml mode7cnt mode7cnt.ncd -o mode7cnt.twr mode7cnt.pcf
bitgen -intstyle ise -f mode7cnt.ut mode7cnt.ncd

⌨️ 快捷键说明

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