11-10-2016 05:40 AM
11-11-2016 06:51 AM
01-03-2018 04:08 PM
Hi, for the late reply.
We have exactly the same problem.
We connect 6 INTR to IRQ_F2P, and only AXI TIMER0, AXI TIMER1, MM2S INTR and S2MM INTR are generated, the rest two generated by my custom IP, INTR0 and INTR1 are not generated in xparameters.h.
I am using Vivado 2017.1
01-09-2018 11:18 PM
Hi, the following post solved my problem
01-17-2018 08:05 AM - edited 01-17-2018 08:05 AM
Yes, as you have already discovered. The BSP TCL read all pins wiht type Interrupt. So, if you have a custom IP with an interrupt then make sure the pin type is set accordingly.
This would be the same for the devicetree generator in linux
01-18-2018 04:19 PM
But, can these pins be back referenced?
For example, If the signal(5:0) are connected to F2P intr port, then the initial design would be assumed that these pins are INTERRUPT, without additional (unnecessary) settings.