Error generated when Cache block has invalid miss memory name

Error generated when Cache block has invalid miss memory name

The cache block has a parameter called Miss_Memeory_Name. This name specifies the memory to look at when cache miss occurs. If this memory can not be accessed then the following error will be generated.

"VisualSim.kernel.util.IllegalActionException: sendToDestination Problem.
Cannot find Source (Port_Name_2) to Destination (SDRAM)
  in .Cache_Invalid_Miss_Memory_Name.Linear_Controller
at VisualSim.actor.lib.bus.Linear_Controller.sendToDestination(Unknown Source)
at VisualSim.actor.lib.bus.Linear_Controller.postfire(Unknown Source)
at VisualSim.simulators.de.kernel.DEDirector.fireVisualSim(Unknown Source)
at VisualSim.simulators.de.kernel.DEDirector.fire(Unknown Source)
at VisualSim.actor.CompositeActor.fire(Unknown Source)
at VisualSim.actor.Manager.iterate(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 Miss_Memory_Name is valid and accessible.