bankgroup in dram extension
This commit is contained in:
@@ -35,13 +35,13 @@ int sc_main(int argc, char **argv)
|
||||
|
||||
string memconfig = "memconfig.xml";
|
||||
string memspec = "MICRON_4Gb_DDR4-1866_8bit_A.xml";
|
||||
// string memspec = "MatzesWideIO.xml";
|
||||
// memspec = "MatzesWideIO.xml";
|
||||
string stl1 = "chstone-sha_32.stl";
|
||||
stl1 = "empty.stl";
|
||||
unsigned int burstlength1 = 4;
|
||||
//stl1 = "empty.stl";
|
||||
unsigned int burstlength1 = 8;
|
||||
string stl2 = "mediabench-h263decode_32.stl";
|
||||
// stl2 = "trace.stl";
|
||||
unsigned int burstlength2 = 4;
|
||||
stl2 = "trace.stl";
|
||||
unsigned int burstlength2 = 8;
|
||||
string traceName = "tpr.tdb";
|
||||
|
||||
SimulationManager simulationManager("sim",memconfig,memspec,stl1,burstlength1, stl2,burstlength2, traceName, resources,false);
|
||||
|
||||
Reference in New Issue
Block a user