Error generated when an invalid integer execution unit is defined.

Error generated when an invalid integer execution unit is defined.

The value entered for the parameter INT_Execution_Units must match with the number of integer execution units present E.g. when there is only one integer execution unit is present whereas the value for the parameter INT_Execution_Units is set to 2.
The following error will be generated when this happens.

"VisualSim.kernel.util.IllegalActionException: 
Problem with EU INT_N group, Instruction_Set missing INT EUs.
Detected (1) INT EUs, expecting (2) based on Number_of_INT_Execution_Units
  in .Processor_Invalid_INT_Execution_Units_Parameter.Processor
at VisualSim.actor.arch.Processor.initialize(Unknown Source)
at VisualSim.actor.Director.initialize(Unknown Source)
at VisualSim.simulators.de.kernel.DEDirector.initialize(Unknown Source)
at VisualSim.actor.CompositeActor.initialize(Unknown Source)
at VisualSim.actor.Manager.initialize(Unknown Source)
at VisualSim.actor.Manager.execute(Unknown Source)
at VisualSim.actor.Manager.run(Unknown Source)
at java.lang.Thread.run(Thread.java:745)
at VisualSim.kernel.util.VisualSimThread.run(Unknown Source) "


Solution: Make sure to enter actual number os execution units present.