| Author |
Message |
ardua
Joined: 17 Aug 2002 Posts: 12
|
18 Nov 2003 14:32 Can anybody tell me how to implement the pci to ide card! |
|
|
|
I want to make a pci to ide card use fpga,Can anyone give me some information about it?
Thanks!
|
|
| Back to top |
|
 |
jochez
Joined: 08 Mar 2002 Posts: 43
|
18 Nov 2003 14:38 Re: Can anybody tell me how to implement the pci to ide card |
|
|
|
| You mean ISA card (PCI to ISA) or do you think of harddrive interface
|
|
| Back to top |
|
 |
ardua
Joined: 17 Aug 2002 Posts: 12
|
19 Nov 2003 4:07 Re: Can anybody tell me how to implement the pci to ide card |
|
|
|
| no PCI to ISA,I want to implement the PCI to ATA(Harddrive) in x86 use FPGA,It mean the PCI Harddrive extended card.
|
|
| Back to top |
|
 |
dll_embed
Joined: 04 Sep 2003 Posts: 116 Helped: 1
|
19 Nov 2003 4:18 Re: Can anybody tell me how to implement the pci to ide card |
|
|
|
You may want to take a look at quick logic. They have FPGA with PCI core built in. You only need to deal with ATA which is simpler.
regards
|
|
| Back to top |
|
 |
it_boy
Joined: 18 Jul 2002 Posts: 181 Helped: 4
|
19 Nov 2003 4:26 Re: Can anybody tell me how to implement the pci to ide card |
|
|
|
Have a look at http://www.opencores.org
They have a PCI controller and an ATAPI controller with a common SOC bus (Wishbone). It will not take much effort to interface these two.
If you are looking only for ATA it should be fine. If you are looking for ATAPI, the core supports only DMA. UDMA is not supported.
|
|
| Back to top |
|
 |