Fix failing tests.
This commit is contained in:
@@ -123,7 +123,7 @@ void DramRecordable<BaseDram>::powerWindow()
|
||||
while (true)
|
||||
{
|
||||
// At the very beginning (zero clock cycles) the energy is 0, so we wait first
|
||||
wait(powerWindowSize);
|
||||
sc_module::wait(powerWindowSize);
|
||||
|
||||
clkCycles = std::lround(sc_time_stamp() / this->memSpec->tCK);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user