00001
00059 #ifndef __DURING_H__
00060 #define __DURING_H__
00061
00062 #include <systemc>
00063
00064 #include "utils/measure-time.h"
00065
00066 #include "during-if.h"
00067 #include "during-seq.h"
00068 #include "during-thread.h"
00069 #include "during-pool.h"
00070 #include "during-ondemand.h"
00071 #include "during-env.h"
00072
00073 #ifndef DURING_MODE
00074 #define DURING_MODE env
00075 #endif
00076
00077
00078
00079 #define SC_CLASS_NAME(s) X_SC_CLASS_NAME(s)
00080 #define X_SC_CLASS_NAME(s) sc_during_##s
00081
00086 typedef SC_CLASS_NAME(DURING_MODE) sc_during;
00087
00088 #endif