#ifndef Plateforms_Test_h #define Plateforms_Test_h /* * $Id: test.h 88 2008-12-10 18:31:39Z rosiere $ * * [ Description ] * * Platforms : Morpheo + Environment */ #include "Morpheo.h" #include int test(std::string filename_simulator, std::string filename_generator, std::string filename_instance , std::string filename_software , uint32_t nb_cache_dedicated, uint32_t nb_cache_shared , uint32_t cache_size , uint32_t cache_ratio , morpheo::behavioural::custom::custom_information_t (*get_custom_information) (void) ); #endif