Recipe

Recipe

  1. Create a copy of that existing model which is closest to that you wish to implement in the directory lsm/csim/src. In the following we assume that the related files are called MyModel.h and MyModel.cpp.

  2. Implement your model.

  3. Add you model to CSIM:
    • Linux/Unix/: Add MyModel.o to the list of objects in the Makefile.
    • Windows: Add MyModel.obj to the list of objects in the Makefile.win.

  4. Compile CSIM:

    • Linux/Unix/: Run the command make
    • Windows: Run the command nmake -f Makefile.win

  5. Use your model!

 
(C) 2003, Thomas Natschläger last modified 07/10/2006