alu.cmd_log
来自「16位cpu设计VHDL源码」· CMD_LOG 代码 · 共 8 行
CMD_LOG
8 行
xst -intstyle ise -ifn __projnav/alu.xst -ofn alu.syr
ngdbuild -intstyle ise -dd e:\资料\计算机设计与实践\mycpu16/_ngo -i -p xcv200-pq240-4 alu.ngc alu.ngd
map -intstyle ise -p xcv200-pq240-4 -cm area -pr b -k 4 -c 100 -tx off -o alu_map.ncd alu.ngd alu.pcf
par -w -intstyle ise -ol std -t 1 alu_map.ncd alu.ncd alu.pcf
trce -intstyle ise -e 3 -l 3 -xml alu alu.ncd -o alu.twr alu.pcf
bitgen -intstyle ise -f alu.ut alu.ncd
xst -intstyle ise -ifn __projnav/alu.xst -ofn alu.syr
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?