Error generated when the Processor block can't find the Instruction_Set block.

Error generated when the Processor block can't find the Instruction_Set block.

An Instruction_Set block is needed for a processor block. If processor block couldn't access the Instruction_Set block then the following error will bee generated.

"VisualSim.kernel.util.IllegalActionException: Processor_Instruction_Set reference does not exist in Memory.
Check Instruction_Set block exists, and Instruction_Set_Name matches.
Instruction_Set Name: MyInstruction
  in .Processor_Invalid_InstructionSet.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 the Instruction_Set block is present, the name of the block is updated in the Procesor block and name is correct.