Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
13 years ago

Connecting an EtherCat ASIC via PCIe to a computer

Hi, and again I have a problem.

I need to connect an EtherCAT ASIC (ET1100) to my FPGA (Arria II GX) and make it accessable to my pc via PCIe.

It should be realized with the asynchronous 8Bit uC interface of the ASIC: (Page 277)

http://download.beckhoff.com/download/document/ethercat/development_products/ethercat_et1100_datasheet_all_v1i8.pdf

I think this can be realized with a memory controller. But I don't have a clue which one.

I'm trying to use the QSYS example Design PCIe-to-external-memory:

http://www.alterawiki.com/wiki/pci_express_in_qsys_example_designs

(http://www.alterawiki.com/wiki/pci_express_in_qsys_example_designs)The only thing is which memory-controller does fit to this device.

Is there anyone out there who ever connected it this way?

Thanks to you all

Steffen

PS: Yes, I know that there is a IP-Core for EtherCAT. But I have just to connect the async. 8Bit uC Interface to PCIe.

1 Reply

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    OK, I think I got it. The ET1100 can be used like a simple SRAM. So it should be working with the generic tristate conduit and the tristate conduit bridge.

    I'll try it.