Error generated when the bridge block is used without ArchitectureSetup block.

Error generated when the bridge block is used without ArchitectureSetup block.

Architecture_Name in the bridge parameter must be the name of the ArchitectureSetup block. If ArchitectureSetup is not found or ArchitectureSetup name
is invalid, then the following error will be generated.


"VisualSim.kernel.util.IllegalActionException: 
Problem performing RegEx Script Line (21) Result: 1.0E-8  Expr: Set_Block_Reference     = addBlockReference(Architecture_Name_, Block_Name_)
Error_Number        :  VM_001
Possible_Solution   :  Exception Reported: VisualSim.kernel.util.IllegalActionException: Error invoking function public static VisualSim.data.BooleanToken VisualSim.data.expr.UtilityFunctions.addBlockReference(java.lang.String,java.lang.String) throws VisualSim.kernel.util.IllegalActionException

Because:
RegEx peekObjectMemory could not locate Memory Reference: Architectur
Check Source Method: Bridge
Description         :  Suggest checking memory, variables, arguments of functions are valid.
  in .Bridge_Invlaid_Architecture_Setup_Name.Bridge.Bridge
at VisualSim.actor.lib.Virtual_Machine.fire(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.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 to update the ArchitectureSetup name in the bridge block.