Daniel Carvalho has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/14955

Change subject: mem-cache: Workaround for setWhenReady assertion
......................................................................

mem-cache: Workaround for setWhenReady assertion

Change https://gem5-review.googlesource.com/c/public/gem5/+/14715
added an assert that is not satisfiable with current implementation,
breaking some regression tests.

Change-Id: Ibafaf0c51906384364f0b2a4b931f8ec6126d858
Signed-off-by: Daniel R. Carvalho <[email protected]>
---
M src/mem/cache/cache_blk.hh
1 file changed, 0 insertions(+), 1 deletion(-)



diff --git a/src/mem/cache/cache_blk.hh b/src/mem/cache/cache_blk.hh
index 9ace496..611ce44 100644
--- a/src/mem/cache/cache_blk.hh
+++ b/src/mem/cache/cache_blk.hh
@@ -284,7 +284,6 @@
      */
     void setWhenReady(const Tick tick)
     {
-        assert((whenReady == MaxTick) || (tick >= whenReady));
         assert(tick >= tickInserted);
         whenReady = tick;
     }

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/14955
To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: master
Gerrit-Change-Id: Ibafaf0c51906384364f0b2a4b931f8ec6126d858
Gerrit-Change-Number: 14955
Gerrit-PatchSet: 1
Gerrit-Owner: Daniel Carvalho <[email protected]>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to