mem: Updated DRAMSim2 wrapper to new drain API
Somehow this one slipped through without being updated.
This commit is contained in:
parent
bfe7ee96ad
commit
d870c399d3
1 changed files with 1 additions and 1 deletions
|
@ -349,7 +349,7 @@ DRAMSim2::getSlavePort(const std::string &if_name, PortID idx)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
unsigned int
|
DrainState
|
||||||
DRAMSim2::drain()
|
DRAMSim2::drain()
|
||||||
{
|
{
|
||||||
// check our outstanding reads and writes and if any they need to
|
// check our outstanding reads and writes and if any they need to
|
||||||
|
|
Loading…
Reference in a new issue