readme.txt

来自「好东西啊,PCI的IP核.大家快下吧.@可以用来参考.FPGA设计的」· 文本 代码 · 共 20 行

TXT
20
字号
Files provided in this directory are intended forPCI development purposes. Kernel interface providessome basic functionality for accessing PCI memory mappedresources on single device. Modules have been testedon Linux kernels 2.2 and 2.4, inserted with modutils version 2.4.6-1 for i386IO resources as well as interrupts or DMA (mastership)are not supported by this interface yet - they will probably be when PCI bridge development is finished.sdram_test.c source and binary is a little program that tests driver responsewith Insight's Spartan-II PCI development kit with SDRAM reference design loaded. I have compiled modules with gcc -D__KERNEL__ -DMODULE -c -O and it worked fine - if it doesn't for you, don't ask me why, because I'm not Linux guruI have inserted modules with insmod -f spartan_drv-2.*.o and it also worked, nonetheless insmod was complaining about versionsHave fun,    Miha Dolenc

⌨️ 快捷键说明

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