added refresh checker

This commit is contained in:
Janik Schlemminger
2014-04-11 16:05:35 +02:00
parent 82395b21bf
commit 646f68aa4b
17 changed files with 207 additions and 111 deletions

View File

@@ -99,7 +99,7 @@ int sc_main(int argc, char **argv)
string trace2 = "empty.stl";
string trace1 = "chstone-jpeg_32.stl";
trace1 = "trace.stl";
//trace1 = "trace.stl";
if (runSimulation(resources, traceName, setup, { Device(trace1), Device(trace2) }))
startTraceAnalyzer(traceName);