Altera_Forum
Honored Contributor
15 years agoUnconnected interrupts with SOPC Builder
Hello people,
I created a sopc system with a PCIe core, a dma controller and memory. I want the dma controller to send an interrupt when a dma transfer ends. The dma's interrupt sender port is connected to the pcie interrupt receiver port with priority 0 (the highest). I don't see any interrupts on my computer regardless of the selected type, eg. legacy interrupts oder MSI. I took the rtl viewer to see what's wrong. All signals connected to pcie_compiler_0:wrapper are connected to ground ('0'), eg. app_int_sts, app_msi_req, app_msi_num[3:0], etc. RxmIrq and RxmIrq_num[] are connected. So it's logical that no interrupts are triggered on the computer. I don't know how to fix this. Maybe it's a bug. I'm using Quartus 10.0 SP1. Thanks in advance. Regards, Frederik