Forum Discussion
Altera_Forum
Honored Contributor
12 years ago --- Quote Start --- Hi JP, If your board is a PCIe end-point (peripheral), then that end-point must be ready to handle PCIe enumeration bus cycles shortly after reset, otherwise the BIOS will not enumerate the board. In some cases you can violate this requirement, and re-enumerate the PCIe bus at a later time. Linux supports this to some extent, but its a bit of a hack. In your case, you can pretty much do whatever you like. Worst-case you hit reset on the PC and force a warm reboot. Cheers, Dave --- Quote End --- Thanks Dave. A question off topic. I am working on a card using EP4CGX15 which will receive lvds data input and store it in PCs memory (thru PCIe link). Lets say to begin with I want to toggle an LED through PCIe. Can you suggest a very simple altera topology (building block) that I can work towards on the programming side. (Qsys etc) If I create a megacore function of PCIexpress and be able to talk to the Avalon ST interface through a logic block will that be enough ? Or DMA is needed for sure. Thanks JP