12-06-2005 02:29 AM
12-06-2005 03:52 PM
12-12-2005 06:43 AM
Hi,
Thanks for your quick response.
From what I have checked in PCI BUS Specification, the working frequency is 33MHz for most of the PCI peripherals, and 66MHz for High Performance peripherals.
It will be enough for me to make an emulation for 33MHz BUS. So I guess that it will be possible to work with this FPGA module.
I would like to hear your opinion.
Thank you,
P.S.
Here is the link for PCI Local BUS Specification that I have found:
http://www.ece.mtu.edu/faculty/btdavis/courses/mtu_ee3173_f04/papers/PCI_22.pdf
12-12-2005 09:34 AM
The problem is that the FPGA won't be able to update signals at 33 MHz. It can update at 40 or 20 MHz, but not at any rates in between. Each clock cycle of the FPGA is 25 ns (40 MHz clock rate). So it can update any of the digital output lines at multiples of 25 ns (25, 50, 75, ...), but not at 30 ns intervals which would be required for the 33 MHz rate.
12-12-2005 10:04 AM