WormHoleExample -

This is a self-contained example of a simple WormHole application.
It contains models to build two separate simulations that will be
connected by a wormhole.  The models contain interactive sliders.
Moving one slider will pass the slider values through the wormhole
for display within the other simulation.

For generality, this example connects the wormholes via the MSI
interconnect.  Although not required for a pair of simulators, this
permits example to be extended to connect any number of additional 
simulations.



------------------------------------------------------------------
To Build:
  Source your customary csim setup file, for example:
     source /proj/csim/setup

  Next, source the build.com file:
     source build.com


------------------------------------------------------------------
To Run:
     source run.com

Two Sims and MSI will be started.  Try the sliders.  The second
slider is connected to the other simulation via a WormHole.


------------------------------------------------------------------
Directories:
    slider1  - The slider1 sim (sender)
    slider2  - The slider2 sim (receiver)
    msi_csim - contains the common files needed by sims and msi
              also contains msi source code.

