splitting config and memspec

This commit is contained in:
Janik Schlemminger
2014-08-29 10:25:32 +02:00
parent 540eb5445e
commit df6637b114
6 changed files with 88 additions and 10 deletions

View File

@@ -32,7 +32,6 @@ int main(int argc, char **argv)
int sc_main(int argc, char **argv)
{
cout<<"hello"<<endl;
sc_set_time_resolution(1, SC_PS);
resources = pathOfFile(argv[0]) + string("/../resources/");