Forum Discussion

jakobjung10's avatar
jakobjung10
Icon for New Contributor rankNew Contributor
1 year ago

[BUG]: Platform-Designer generates invalid .dtso-file (multiple interrupts not possible)

Hi,

I am generating a system in platform-designer with multiple custom components.
I have one component with multiple interrupts (2 interrupts, to be more precise...).
However, the device-tree-entry of the mentioned component only contains one interrupt in the generated .dtso-file.
To be exact, the dts-entry correctly contains 2 interrupts in the interrupt-names-array, but not in the actual interrupts-array.
I would expect something like this: "interrupts = <0 41 1>, <0 42 1>;"
(40 is the base-number -> 41 corresponds to irq-number 1, 42 corresponds to irq-number 2...)
The fact that the interrupt-names-array is correct indicates that the interrupts are exported correctly.

Best regards,

Jakob

PS: below is more detailed information about the problem



system-information:
- quartus prime lite 18.1
- windows 10


Screenshot from platform-designer-system below:
Screenshot from .dtso-file below:

Screenshots from .sopcinfo-file below:

14 Replies