YACSIM/NETSIM

YACSIM/NETSIM Simulator
In some homework assignments and project work, you will be asked to write simulation code and run experiments using the YACSIM and NETSIM language. The purpose of these simulations is to study the performance of certain interconnection network systems that are hard to analyze or to compare the simulation results with analysis.
Yacsim Manual
Netsim Manual
Simulator
- The simulator is in zip format. Download the simulator to your account on Unix platform (P1), unzip the files. Under the simdir, you will find several folders. Open the makefile, change the path HOME and SRCDIR  (It will point to /home/avinashk/trial/sim/simdir/, change this to point to your setup. The various folder, docs contain the manuals, incl, machdep, obj and src contain the source files, testy folder contain YACSIM examples, testn contain the NETSIM examples.
- To run the simulator, under the simdir, type make. (yacsim.o and netsim.o should be created)
- Go to testn, type make. Several executables will be generated, run any of them.
- In testn folder, under src, you will find all the source files. Open them, analyze them and use any of them to get your solutions.