top.cmd_log

来自「FPGA-CPLD_DesignTool(8-9-10)源代码」· CMD_LOG 代码 · 共 12 行

CMD_LOG
12
字号
ngdbuild -intstyle ise -dd d:\cd\example-8-2\incremental_design\incremental_demo/_ngo -i  -p xc2v500-fg256-6 top.edf top.ngd
ngdbuild -intstyle ise -dd d:\cd\example-8-2\incremental_design\incremental_demo/_ngo -uc top.ucf  -p xc2v500-fg256-6 top.edf top.ngd
map -intstyle ise -p xc2v500-fg256-6 -cm area -pr b -k 4 -c 100 -tx off -o top_map.ncd top.ngd top.pcf
par -w -intstyle ise -ol std -t 1 top_map.ncd top.ncd top.pcf
trce -intstyle ise -e 3 -l 3 -xml top top.ncd -o top.twr top.pcf
bitgen -intstyle ise -f top.ut top.ncd
ngdbuild -intstyle ise -dd d:\cd\example-8-2\incremental_design\incremental_demo/_ngo -uc top.ucf  -p xc2v500-fg256-6 top.edf top.ngd
map -intstyle ise -p xc2v500-fg256-6 -cm area -gf D:\CD\Example-8-2\Incremental_design\Incremental_demo\top_map_guide.ncd -gm incremental -pr b -k 4 -c 100 -tx off -o top_map.ncd top.ngd top.pcf
par -w -intstyle ise -ol std -t 1 -gf D:\CD\Example-8-2\Incremental_design\Incremental_demo\top_guide.ncd -gm incremental top_map.ncd top.ncd top.pcf
trce -intstyle ise -e 3 -l 3 -xml top top.ncd -o top.twr top.pcf
bitgen -intstyle ise -f top.ut top.ncd

⌨️ 快捷键说明

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