Compile CSIM Program

Login to the cse Unix server arctic.cse.msu.edu

Using CSIM to compile the source code written by C language:

Suppose the source file is simulation.c, use command

/soft/lus/csim/csim simulation.c

Using CSIM to compile the source code written by C++ language:

Suppose the source file is simulation.cpp, use command

/soft/lus/csim/cppsim simulation.cpp

The documentation of CSIM (C version) is here.

 

The documentation of CSIM (C++ version) is here.

 

Some CSIM (C version) examples can be found here.

 

Some CSIM (C++ version) examples can be found here.

 

More information can be found in this website.