Hello,
I am working on parameterized interface signals. In this case, interface signals are connected to the DUT via a bound interface harness. Signals which are not parameterized do not error with Xcelium, only parameterized signals error. Here is the error message:
*E,PCIONC (./testbench.sv,70|28): Expression connected to an 'inout' port must be collapsible.
I've created a simple/public example on edaplayground.com to help demonstrate the scenario and allow others to easily reproduce the error. It can be found here:
I should note that the other simulators compile/run this code just fine. Please let me know what I can do about this error.
Thank you,
Ben