Thanks for the quick response.
I do notice this part. But it's unclear and insufficient for me. "When sys_int goes from low to high, the core generates an
Assert_INTx Message. When sys_int goes from high to low, the core generates a Deassert_INTx Message." Does it mean if INTX is set, sys_int will goes from low to high to generate an Assert_INTx Message?
From the program perspective, how to set up the legacy interrupt mechanism for the LS1046A EP?
In the EP end:
1. If I set bit 27 INTX to 1, a legacy interrupt will be generated to the LS1046A RC, right?
2. What's the interrupt vector for the software to handle? Is it the value set in the Interrupt_Line_Register?
In the RC end:
1. Which register should the LS1046A RC to read for the interrupt status?
2. How does the RC to de-assert the INTX?