fifo2.cmd_log

来自「使用VHDL编程的异步FIFO程序 经调试可运行」· CMD_LOG 代码 · 共 6 行

CMD_LOG
6
字号
xst -intstyle ise -ifn __projnav/fifo2.xst -ofn fifo2.syr
ngdbuild -intstyle ise -dd c:\xilinx\bin\fifo/_ngo -i  -p xc3s200-pq208-4 fifo2.ngc fifo2.ngd
map -intstyle ise -p xc3s200-pq208-4 -cm area -pr b -k 4 -c 100 -tx off -o fifo2_map.ncd fifo2.ngd fifo2.pcf
par -w -intstyle ise -ol std -t 1 fifo2_map.ncd fifo2.ncd fifo2.pcf
trce -intstyle ise -e 3 -l 3 -xml fifo2 fifo2.ncd -o fifo2.twr fifo2.pcf

⌨️ 快捷键说明

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