top.cdf

来自「这是用pci-wishbone核和16450串口核在xilinx的fpga上实现」· CDF 代码 · 共 39 行

CDF
39
字号
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;

⌨️ 快捷键说明

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