Trivial change to replace an assert in VMRouterCM with an if statement. If we are running on a complete configuration all stubs will be routed to some VM memory. But in a reduced configuration this is not the case and the assert is not replaced with an if statement.
PR validation:
This code has been tested to generate all the combined module reduced configurations as well as running the full configuration.
…igurations where not all stubs are routed
PR description:
Trivial change to replace an assert in VMRouterCM with an if statement. If we are running on a complete configuration all stubs will be routed to some VM memory. But in a reduced configuration this is not the case and the assert is not replaced with an if statement.
PR validation:
This code has been tested to generate all the combined module reduced configurations as well as running the full configuration.