buenos
Advanced Member level 3
- Joined
- Oct 24, 2005
- Messages
- 962
- Helped
- 40
- Reputation
- 82
- Reaction score
- 24
- Trophy points
- 1,298
- Location
- Florida, USA
- Activity points
- 9,143
hi.
i made a PCI target interface on FPGA, but it works correctly only if I do individual (single Dword) read or write transactions, not bursts. and we have to wait 300-500ns between them.
on the PC what I used, and with teh test software (HW direct), if I want to read more Dwords, it seems it doesnt make bursts from the input data, but it makes individual (single) accesses.
its good for me.
but what if i plug my PCI card into another PC?
does it depend on the PC chipset, or on the BIOS, or on the test software?
how can I make shure, in the driver software, that nothing will combine the single accesses into bursts?
i made a PCI target interface on FPGA, but it works correctly only if I do individual (single Dword) read or write transactions, not bursts. and we have to wait 300-500ns between them.
on the PC what I used, and with teh test software (HW direct), if I want to read more Dwords, it seems it doesnt make bursts from the input data, but it makes individual (single) accesses.
its good for me.
but what if i plug my PCI card into another PC?
does it depend on the PC chipset, or on the BIOS, or on the test software?
how can I make shure, in the driver software, that nothing will combine the single accesses into bursts?