/* * $Id: test.h 88 2008-12-10 18:31:39Z rosiere $ * * [ Description ] * * Test "RegisterFile" */ #ifdef SYSTEMC #include "systemc.h" #endif #define NB_ITERATION 16 #define CYCLE_MAX (1024*NB_ITERATION) #include "Common/include/Test.h" #include "Common/include/Time.h" #include "TopLevel/include/Morpheo.h" #include #include #include using namespace std; using namespace morpheo; using namespace morpheo::behavioural::custom; void test (string name, std::string filename_simulator, std::string filename_generator, std::string filename_instance , custom_information_t (*get_custom_information) (void) );