counter.cmd_log

来自「Xinx ISE 官方源代码盘第二章」· CMD_LOG 代码 · 共 18 行

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

⌨️ 快捷键说明

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