relocated getBankgroup function

This commit is contained in:
robert
2014-04-11 12:42:49 +02:00
parent 569949cfa6
commit 8bc3293dcb
18 changed files with 116 additions and 112 deletions

View File

@@ -29,7 +29,7 @@ struct DramSetup
struct Device
{
Device():trace("empty.stl"), burstLength(0){}
Device(std::string trace, unsigned int burstLength = 4) : trace(trace), burstLength(burstLength)
Device(std::string trace, unsigned int burstLength = 8) : trace(trace), burstLength(burstLength)
{
}
std::string trace;