X-Git-Url: http://sraa.de/git/?a=blobdiff_plain;f=dol%2Fsrc%2Fdol%2Fvisitor%2FsystemC%2Flib%2Fdol_rp_ids.h;fp=dol%2Fsrc%2Fdol%2Fvisitor%2FsystemC%2Flib%2Fdol_rp_ids.h;h=1bd44c549d4d7494f02370a231176037ca80f840;hb=8c411cf24ed0eb889191aaeafd8fa1e69081df42;hp=0000000000000000000000000000000000000000;hpb=dea7a4fb1ed110d3ce6e6d9255103d724bd66c0e;p=jump.git diff --git a/dol/src/dol/visitor/systemC/lib/dol_rp_ids.h b/dol/src/dol/visitor/systemC/lib/dol_rp_ids.h new file mode 100644 index 0000000..1bd44c5 --- /dev/null +++ b/dol/src/dol/visitor/systemC/lib/dol_rp_ids.h @@ -0,0 +1,28 @@ +/************************************************************************** + dol_rp_ids.h + + Report IDs + + (c) 2006 by Alexander Maxiaguine + + Computer Engineering and Networks Laboratory, TIK + Swiss Federal Institute of Technology, ETHZ Zurich + Switzerland + +**************************************************************************/ + +/************************************************************************** + Change Log: + + 14.03.06 -- creation + +**************************************************************************/ + +#ifndef DOL_RP_IDS_H +#define DOL_RP_IDS_H + +//----------------- REPORT IDs -------------------------- +const int RP_ID_PARAMETER_PROBLEM = 5000; + + +#endif