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