Extract the contents of directory codegen/ into the directory dol/codegen/.

==Run==
cd to dol/codegen/

./runmodel.sh MODEL_NUM NCUTS DIM LENGTH

MODEL_NUM	: Number of the Model. Directory with the name Modelxxx will be created for the Model.
NCUTS		: Number of parts in which matrix will be cut.
DIM		: Dimension of the matrix
LENGTH		: Number of matrices generated by the generator.

*IMPORTANT*	: NCUTS 'must' fully divide DIM. 


Description
-----------

==Xmlgen.java==
1. Generates the XML Process Network
2. fifoSize is 10 times the size of the sub-matrix

==Codegen.java==
1. Generates the Source code (p_*_*.c and p_*_*.h) and the global.h

==matrix.c==
1. contains the matrix operations
