changed simulation manager

This commit is contained in:
robert
2014-04-10 01:06:04 +02:00
parent 7c31ee8ee1
commit 27e00659fa
9 changed files with 92 additions and 82 deletions

View File

@@ -17,9 +17,11 @@ CREATE TABLE GeneralInfo(
NumberOfTransactions INTEGER,
TraceEnd INTEGER,
NumberOfBanks INTEGER,
Description TEXT,
clk INTEGER,
UnitOfTime TEXT
UnitOfTime TEXT,
Memconfig TEXT,
Memspec TEXT,
Traces TEXt
);
@@ -47,6 +49,7 @@ CREATE TABLE Transactions(
TThread INTEGER,
TChannel INTEGER,
TBank INTEGER,
TBankgroup INTEGER,
TRow INTEGER,
TColumn INTEGER,
Command TEXT,