data_unite.cmd_log

来自「FPGA高速完成AD采集回来的数据进行高速读写FLASH存储」· CMD_LOG 代码 · 共 11 行

CMD_LOG
11
字号
xst -intstyle ise -ifn __projnav/data_unite.xst -ofn data_unite.syr
ngdbuild -intstyle ise -dd "d:\2222/_ngo" -i  -p xc2s100e-tq144-6 data_unite.ngc data_unite.ngd
map -intstyle ise -p xc2s100e-tq144-6 -cm area -pr b -k 4 -c 100 -tx off -o data_unite_map.ncd data_unite.ngd data_unite.pcf
par -w -intstyle ise -ol std -t 1 data_unite_map.ncd data_unite.ncd data_unite.pcf
trce -intstyle ise -e 3 -l 3 -s 6 -xml data_unite data_unite.ncd -o data_unite.twr data_unite.pcf
xst -intstyle ise -ifn __projnav/data_unite.xst -ofn data_unite.syr
ngdbuild -intstyle ise -dd "d:\2222/_ngo" -i  -p xc2s100e-tq144-6 data_unite.ngc data_unite.ngd
map -intstyle ise -p xc2s100e-tq144-6 -cm area -pr b -k 4 -c 100 -tx off -o data_unite_map.ncd data_unite.ngd data_unite.pcf
par -w -intstyle ise -ol std -t 1 data_unite_map.ncd data_unite.ncd data_unite.pcf
trce -intstyle ise -e 3 -l 3 -s 6 -xml data_unite data_unite.ncd -o data_unite.twr data_unite.pcf

⌨️ 快捷键说明

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