compact_divider.cmd_log

来自「本人编写的定点除法器,开发软件为XILINX的ISE6.2,通过PAR仿真.」· CMD_LOG 代码 · 共 9 行

CMD_LOG
9
字号
xst -intstyle ise -ifn __projnav/compact_divider.xst -ofn compact_divider.syr
xst -intstyle ise -ifn __projnav/compact_divider.xst -ofn compact_divider.syr
xst -intstyle ise -ifn __projnav/compact_divider.xst -ofn compact_divider.syr
ngdbuild -intstyle ise -dd d:\fpga\仿真\divider_定点除法器/_ngo -i  -p xc2s200-pq208-5 compact_divider.ngc compact_divider.ngd
map -intstyle ise -p xc2s200-pq208-5 -cm area -pr b -k 4 -c 100 -tx off -o compact_divider_map.ncd compact_divider.ngd compact_divider.pcf
par -w -intstyle ise -ol std -t 1 compact_divider_map.ncd compact_divider.ncd compact_divider.pcf
trce -intstyle ise -e 3 -l 3 -xml compact_divider compact_divider.ncd -o compact_divider.twr compact_divider.pcf
netgen -intstyle ise -s 5   -pcf compact_divider.pcf -ngm compact_divider.ngm -rpw 100 -tpw 0 -ar Structure -xon true -w -ofmt vhdl -sim compact_divider.ncd compact_divider_timesim.vhd

⌨️ 快捷键说明

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