As elsewhere I have a PCIe system that's been working unde Quartus 11.0 but interrupts are broken there so I tried to build it in Quartus 11.1 sp2 and got an Error (10232) or Error 10232 (to help further searches).
I put this down to differences in Qsys versions but tried a fresh build under 11.1 and got the same problem so raised an SR. There is mention of this same error about with a fix (enclosing it in a wrapper) but I was seeing this in multipe places in Qsys generated files so that wasn't an option.
I've included details here in case it helps anyone else.....
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
My problem....
I am building a fresh design in Quartus 11.1 sp2.
When I intially try to run Quartus I am getting Error (10232) as above. This is on a Qsys generated file.
I have had an exact copy of this system working under Quartus 11.0, the PCIe interrupts are broken there so I need to get it building under v11.1.
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
The Fix:
This is a known issue to our software engineering team.
We have identified the root cause of the problem which is related to master address width limitation.
The workaround for this issue is to put the slave at a higher base address to force the master's address width to increase.
For example, you can set the base address of the pio_0.s1 component to 0x00050000-0x0005001f (please see the attached screenshot for the details illustration).
This will force the address signal of the bar1_0 master to increase,
Regenerate Qsys and recompile in Quartus v11.1sp2, the error will disappear.
I am sorry for the inconvenience caused. This problem will be fixed in the future Quartus II software release.