本代码介绍了使用VHDL开发FPGA的一般流程

源代码在线查看: top.cmd_log

软件大小: 504 K
上传用户: luyibo54618
关键词: VHDL FPGA 代码 流程
下载地址: 免注册下载 普通下载 VIP

相关代码

				xst -intstyle ise -ifn __projnav/top.xst -ofn top.syr
				ngdbuild -intstyle ise -dd e:\lvbin\freq_counter/_ngo -uc top.ucf  -p xc2s100-pq208-6 top.ngc top.ngd
				map -intstyle ise -p xc2s100-pq208-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
							

相关资源