This commit is contained in:
Janik Schlemminger
2014-04-11 12:26:43 +02:00
32 changed files with 513 additions and 240 deletions

View File

@@ -73,6 +73,7 @@ bool batchSetups(pair<string, string> tracePair, vector<DramSetup> setups)
int sc_main(int argc, char **argv)
{
sc_set_time_resolution(1, SC_PS);
resources = pathOfFile(argv[0]) + string("/../resources/");