View previous topic :: View next topic |
Author |
Message |
leesing2k3
Joined: 08 Nov 2005 Posts: 28
|
|
|
rwyoung
Joined: 12 Nov 2003 Posts: 563 Location: Lawrence, KS USA
|
|
Posted: Fri May 11, 2007 7:09 am |
|
|
Are you expecting the PIC to handle the PCI interface? Not very likely to happen at PCI bus speeds.
Or are you trying to interface a PIC to a Dragon board from fpga4fun? That is quite possible, placing one or more I/O ports of the PIC into the memory map of the FPGA chip on the Dragon. _________________ Rob Young
The Screw-Up Fairy may just visit you but he has crashed on my couch for the last month! |
|
|
leesing2k3
Joined: 08 Nov 2005 Posts: 28
|
|
Posted: Sat May 12, 2007 3:53 am |
|
|
Simply saying that Microchip PIC is not fast enuf to talk to PCI? |
|
|
rberek
Joined: 10 Jan 2005 Posts: 207 Location: Ottawa, Canada
|
|
Posted: Sat May 12, 2007 4:06 am |
|
|
PCI bus speeds are 33 MHz and 66 MHz, and PCI-X is 133 MHz.
Because an instruction cycle is 4 clocks, unless a PIC had a built in PCI interface, you would not be able to bit bang one, even for PCI-33.
r.b. |
|
|
|