这是用pci-wishbone核和16450串口核在xilinx的fpga上实现的串口程序

源代码在线查看: top.cdf

软件大小: 8231 K
上传用户: yamiluoier
关键词: pci-wishbone xilinx 16450 fpga
下载地址: 免注册下载 普通下载 VIP

相关代码

				JedecChain;
				FileRevision(JESDxxA);
				/* NoviceMode */
				/* Active Mode PFF */
				/* Mode BS */
				/* Cable ParallelIII lpt1 200000 */
				 P ActionCode(Cfg)
				  Device
				   PartName(xc18v04)
				   File("F:\lizheng\FiberOptical\FPGA\PCI_Bridge_Guest_UART\top.mcs")
				  ;
				 P ActionCode(Cfg)
				  Device
				   PartName(xc2s200)
				   File("F:\lizheng\FiberOptical\FPGA\PCI_Bridge_Guest_UART\top.bit")
				  ;
				/* Mode SS */
				/* Mode SM */
				/* Mode BSFILE */
				/* Mode HW140 */
				/* Supermode FileMode */
				/* ConfigDevice PFF "xc18v04" 0 0 */
				/* PromDevice "xc18v04" 524288 */
				/* Serial */
				/* ConfigDevicePath ("f:\lizheng\fiberoptical\fpga\pci_bridge_guest_uart/") */
				/* Format mcs */
				/* FillValue FF */
				/* BitSwap FALSE */
				/* LoadDirection UP */
				/* Collection "top" */
				/* Version 0 "0" */
				/* ConcurrentChain 0 */
				 P ActionCode(Cfg)
				  Device
				   PartName(xc2s200)
				   File("F:\lizheng\FiberOptical\FPGA\PCI_Bridge_Guest_UART\top.bit")
				  ;
				ChainEnd;
							

相关资源