In reply to srikanth.verification:
It’s just a concatenation as if you wrote
Interrupt = {dut.a, dut.b, dut.c, ... };
So Interrupt[31] = dut.a;
In reply to srikanth.verification:
It’s just a concatenation as if you wrote
Interrupt = {dut.a, dut.b, dut.c, ... };
So Interrupt[31] = dut.a;