| Author |
Message |
Aliensafari
Joined: 12 Jan 2002 Posts: 5
|
13 May 2002 9:24 PCI Prototyping Board |
|
|
|
Hi,
i want to build a pci Prototyping board. My problem is to interface an ATmel AVR or so to the PCI-Bus. I want to read in 8 Bits like an I/o Card. The system must be very cheap (Any mini-PLD). Anybody some ideas to do that?
Thanks
Alien
|
|
| Back to top |
|
 |
jochez
Joined: 08 Mar 2002 Posts: 43
|
13 May 2002 11:32 pci io card |
|
|
|
| go to h**p://elm-chan.org/works/pci/report_e.html
|
|
| Back to top |
|
 |
Aliensafari
Joined: 12 Jan 2002 Posts: 5
|
13 May 2002 15:26 Re: pci io card |
|
|
|
Hi jochez,
thanks for your link. That's very good, but what about the Konfiguration and PnP?? Is there any chance to implement it into a 2064 PLD?
Has anybody interrest to do that. I think i build PCI Card with this PLD and try it....
Thanks
Marco
|
|
| Back to top |
|
 |
jochez
Joined: 08 Mar 2002 Posts: 43
|
14 May 2002 5:39 PCI plug and play |
|
|
|
The 2064 is proberly to small for a hole PCI implementation. Check this link out!!!
h**p://gtmkorea.co.kr/DATABOOK/PDF/AN8038.PDF
|
|
| Back to top |
|
 |
Maddin
Joined: 26 Sep 2001 Posts: 163 Location: Europe
|
20 May 2002 18:43 Re: PCI Prototyping Board |
|
|
|
| Aliensafari wrote: |
Hi,
i want to build a pci Prototyping board. My problem is to interface an ATmel AVR or so to the PCI-Bus. I want to read in 8 Bits like an I/o Card. The system must be very cheap (Any mini-PLD). Anybody some ideas to do that?
Thanks
Alien |
hi,
take a closer look at the P$B461o (P|TA2) from |nfineon - a real nice AS|C that might fullfill your requirement
$ = S
o = 0
Hope it helps,
Maddin
|
|
| Back to top |
|
 |
105389
Joined: 08 Nov 2001 Posts: 26
|
20 May 2002 19:09 pci proto board |
|
|
|
| if u ask i shure that elektor electronics had some info on pci some one will have the data and pos the files to help u
|
|
| Back to top |
|
 |
gertoth
Joined: 04 Apr 2002 Posts: 16
|
07 Jun 2002 15:40 |
|
|
|
The easy way is implemintation you PCI gate with PLX-9050.
You could not write special driver, using standart one.
I think that, it's not easy task, writing driver.
|
|
| Back to top |
|
 |
papyaki
Joined: 13 Apr 2002 Posts: 564 Helped: 19 Location: A small village somewhere in Gaul
|
08 Jun 2002 10:20 |
|
|
|
| have a look at [url]h**p://w*w.pci-card.com/[/url] in the "ISA & PCI" topic (scroll down).
|
|
| Back to top |
|
 |
Sobakava
Joined: 27 Mar 2002 Posts: 360
|
14 Jun 2002 23:00 PCI |
|
|
|
| check out PCI plug and play development boards for Xi*li*nx SP*ARTAN FP*GAs. (try google)
|
|
| Back to top |
|
 |
Hero
Joined: 06 Mar 2002 Posts: 145 Helped: 2
|
21 Jul 2002 23:51 |
|
|
|
Hi,
The PCI bus specifiction requires appropriate electrical signals for interface logic. If you want to interface some chip to PCI bus you must use only PCI compliance chips!!!
One solution is to use commercial ASIC PCI bridge. Another is to implement PCI interface with PCI compliance programmable logic chip. For additional information about PCI interfaces look at PLD vendors site. (Some of PLD vendors are forbidden on this forum).
If you don't need high transfer data rate use serial or parallel port, ISA or USB bus.
Regards
|
|
| Back to top |
|
 |
7rots51
Joined: 17 May 2002 Posts: 1330 Helped: 14
|
22 Jul 2002 20:09 |
|
|
|
check the www.plxtech.com and its PCI9052 chips .
They present a RDK LITE(a kit,hardware cd,software cd) .
and they are compatible with PCI standard.
|
|
| Back to top |
|
 |
big_woodster
Joined: 02 Oct 2002 Posts: 2
|
04 Oct 2002 4:18 |
|
|
|
| The signaling levels are important, but I have gotten successful results from some CPLD's with very simple I/O state machines for very inexpensive PCI accessing. Take a look at the @ltera 7K family or something from L(at)ttice's 5K family. It shouldn't be too difficult to develop a very simple I/O read/write state machine.
|
|
| Back to top |
|
 |
weiwei2
Joined: 24 Jan 2002 Posts: 46 Location: Malaysia
|
05 Oct 2002 20:07 |
|
|
|
i agree with gertoth, writing driver is not simple task.
Big-woodster:
how do you access your board? Do you need to write a driver for that?
*************
Building an ISA card is far easier (if you don't need high data bandwidth for the communication with AVR).... but ISA is dying out...
|
|
| Back to top |
|
 |
papyaki
Joined: 13 Apr 2002 Posts: 564 Helped: 19 Location: A small village somewhere in Gaul
|
06 Oct 2002 11:22 |
|
|
|
Hi
Have a look at h**p://w*w.jungo.com/
Their product (Windriver/Kerneldriver) include libraries for a lot of known chips like plx, @ltera etc.
You can download a trial version from their site and more if you try a seach through this forum.
|
|
| Back to top |
|
 |