buzz.cmd_log
来自「一个用vhdl语言编成的可以让蜂鸣器发声的的程序。」· CMD_LOG 代码 · 共 12 行
CMD_LOG
12 行
xst -intstyle ise -ifn __projnav/buzz.xst -ofn buzz.syr
ngdbuild -intstyle ise -dd d:\fpga\xilins2board\example\buzz/_ngo -i -p xc2s100-pq208-5 buzz.ngc buzz.ngd
map -intstyle ise -p xc2s100-pq208-5 -cm area -pr b -k 4 -c 100 -tx off -o buzz_map.ncd buzz.ngd buzz.pcf
par -w -intstyle ise -ol std -t 1 buzz_map.ncd buzz.ncd buzz.pcf
trce -intstyle ise -e 3 -l 3 -xml buzz buzz.ncd -o buzz.twr buzz.pcf
bitgen -intstyle ise -f buzz.ut buzz.ncd
ngdbuild -intstyle ise -dd d:\fpga\xilins2board\example\buzz/_ngo -uc buzz.ucf -p xc2s100-pq208-5 buzz.ngc buzz.ngd
map -intstyle ise -p xc2s100-pq208-5 -cm area -pr b -k 4 -c 100 -tx off -o buzz_map.ncd buzz.ngd buzz.pcf
par -w -intstyle ise -ol std -t 1 buzz_map.ncd buzz.ncd buzz.pcf
trce -intstyle ise -e 3 -l 3 -xml buzz buzz.ncd -o buzz.twr buzz.pcf
bitgen -intstyle ise -f buzz.ut buzz.ncd
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?