├─reference_design │ ├─vhdl │ │ │ stratix_enh_pll.vhd │ │ │ stratix_top.vhd │ │ │ vhdl_components.vhd │ │ │ │ │ ├─001 ddr_cntrl │ │ │ ddr_top.vhd │ │ │ │ │ ├─004 pci_local │ │ │ backend.vhd │ │ │ cnten.vhd │ │ │ datapath_fifo.vhd │ │ │ dma.vhd │ │ │ dma_reg.vhd │ │ │ dma_sm.vhd │ │ │ fifo_128x32.vhd │ │ │ fifo_128x4.vhd │ │ │ fifo_128x64.vhd │ │ │ last_gen.vhd │ │ │ mstr_cntrl.vhd │ │ │ mstr_fifo_cntrl.vhd │ │ │ mstr_perf.vhd │ │ │ targ_cntrl.vhd │ │ │ targ_fifo_cntrl.vhd │ │ │ targ_perf.vhd │ │ │ │ │ ├─002 ddr_intf │ │ │ adr_gen.vhd │ │ │ clk_sync.vhd │ │ │ cntrl_intf.vhd │ │ │ ddr_intf.vhd │ │ │ mr_sm.vhd │ │ │ mw_sm.vhd │ │ │ tr_sm.vhd │ │ │ tw_sm.vhd │ │ │ │ │ ├─003 flash_cntrl │ │ │ erase_sm.vhd │ │ │ flash_mem_cntrl.vhd │ │ │ read_sm.vhd │ │ │ write_sm.vhd │ │ │ │ │ └─005 pci_mt64 │ │ pci_top.vhd │ │ │ ├─001 sim │ │ │ modelsim.ini │ │ │ sim.do │ │ │ stratix_pci2ddr.mpf │ │ │ stratix_pci2ddr_tb.vhd │ │ │ trgt_tranx_mem_init.dat │ │ │ wave_stratix_pciddr.do │ │ │ │ │ ├─001 altera_lib │ │ │ altera_mf.vhd │ │ │ │ │ ├─002 ddr_dimm │ │ │ ddr_dimm_model.vhd │ │ │ mt46v32m8.vhd │ │ │ │ │ └─003 pci_bfm │ │ arbiter.vhd │ │ clk_gen.vhd │ │ log.vhd │ │ monitor.vhd │ │ mstr_pkg.vhd │ │ mstr_tranx.vhd │ │ pull_up.vhd │ │ trgt_tranx.vhd │ │ │ └─002 syn_1s25 │ stratix_top.csf │ stratix_top.esf │ stratix_top.psf │ stratix_top.quartus │ stratix_top.rbf │ stratix_top.sof │ ├─001 bin │ altera.inf │ megaicon.ico │ StratixPCI.exe │ STRATIX_KIT_APP_HELP.HLP │ wdreg.
2021-09-23 13:44:22 3.69MB PCI FPGA IP PCI驱动
1
PEB20534下的windows驱动代码,含验证代码
2021-08-24 14:21:33 12.02MB PCI驱动
1
作者:曹忠明,华清远见嵌入式学院讲师。   PCI是外围设备互联的简称(Peripheral Component Interconnect)的简称,作为一种通用的总线接口标准,他在计算机系统中得到了广泛的使用。PCI的速度能够达到132M/s。在这里简单的介绍一下 linux 下PCI驱动的实现。   在编写一个PCI驱动的时候我们先得确定系统中是否有我们的设备。我们可以通过lspci查看PCI设备。   [root@localhost ~]# lspci   00:00.0 Host bridge: Intel Corporation 440BX/ZX/DX - 82443BX/ZX
1
Linux 内核PCI设备 linux 2.6.23-PCI总线枚举源代码分析 linux设备驱动之pci设备的中断请求 linux设备驱动之pci设备的驱动架构
1
Linux下 PCI设备驱动程序开发,详解和示例
2021-08-11 22:32:51 243KB PCI驱动
1
Linux下PCI设备驱动程序开发介绍文档,包括体系结构、驱动框架、驱动实现等内容。
2021-08-03 11:45:00 180KB pci linux
1
Lenovo X3500M5 X3650M5 PCI驱动 2008R2 X64 硬件ID: PCI\VEN_1912&DEV_001B&SUBSYS_0A021D49
2021-07-31 13:43:40 6KB X3500M5 X3650M5 PCI驱动
1
RTX8.1.2 PCI驱动,提供API接口
2021-06-24 16:41:26 72KB RTX,PCI
1
从整体上介绍了linux pci驱动的框架,很好的入门教材
2021-06-10 14:49:31 165KB linux pci
1
pci驱动开发.docx
2021-04-09 17:01:02 3.41MB pci-e
1