simulation config can now be passed as a argument to the console program

This commit is contained in:
robert
2014-04-16 10:52:00 +02:00
parent afc218b2b0
commit b074e3777d
4 changed files with 38 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ CREATE TABLE GeneralInfo(
UnitOfTime TEXT,
Memconfig TEXT,
Memspec TEXT,
Traces TEXt
Traces TEXT
);