CSIM Arithmetic Core Library Usage Notes:


To use CSIM Arithemtic Core library models, you must include/import the following file in your HW-graph.
csim_arith.h
The csim_arith.h file contains the data structure definitions, global functions definition, and the parameters needed by the arithmetic library modules.

The Arithemtic library models are located under:

$CSIM_ROOT/model_libs/arith_lib
You may include the elements by reference, or copy them to your local area. For convenience, the file csim_arith_primitives.sim contains all of the models in a single file.

See also: Examples of Using Arithmetic Models.


Return