You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The error is generated when relatively hefty testbench (about 20-25 nested entities inside) is simulated more than 50 times in a loop
Initializing rtl_iofile objects in init method for some entities seems to accelerate the problem (appears sooner), removing such rtl_iofile calls will delay this problem to 500~ish loops before crash
Deleting the objects within testbench in the end of each loop by calling e.g. "del self.obj1" does not seem to affect the issue
Known facts: