Forum Discussion
KhaiChein_Y_Intel
Regular Contributor
6 years agoHi,
Below is the reply from the team:
After doing some debugging on this case, a workaround that I can suggest is
to use different names other than GND and PWR in your run. I see a lot of referencing
to those two names in Verific code, which might cause the issue you are reporting.
So in ex_8_8_pkg.sv, you can do this:
supply0 GND0;
supply1 PWR1;
then in your controller.sv file, use the new names: GND0, PWR1 in the MUX AND dec instances.
Your run should complete without errors.
Can you try it and let me know fi this work for you.
Thanks.