relocated getBankgroup function
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user