Remove wayward disabling of consistency flush case for the weak memory

model.
This commit is contained in:
jon
2021-04-21 10:44:31 +01:00
parent 280ace318e
commit 7cefaacb86

View File

@@ -1614,7 +1614,7 @@ module mkSplitLSQ(SplitLSQ);
`ifndef TSO_MM
// for WEAK model, try to kill younger load in case of multicore
if(multicore && False) begin // XXX This case is disabled for now as it causes notable performance anomolies
if(multicore) begin
doKill = True;
curSt = olderStVirTags[tag];
LdQVirTag virTag = ldVirTags[tag];