#include "Simple_system.h"
int sc_main(int argc, char *argv[]){
Simple_system system("system");
sc_start();
cout << "Simulation End" << endl;
return 0;
}