reduce superfluous replays
we only replay after a cache miss if we mis-scheduled the use of a load.
This commit is contained in:
@ -68,9 +68,10 @@ object Constants
|
||||
|
||||
val WB_X = UFix(0, 3);
|
||||
val WB_PC = UFix(0, 3);
|
||||
val WB_ALU = UFix(1, 3);
|
||||
val WB_PCR = UFix(2, 3);
|
||||
val WB_TSC = UFix(3, 3);
|
||||
val WB_PCR = UFix(1, 3);
|
||||
val WB_ALU = UFix(2, 3);
|
||||
val WB_TSC = UFix(4, 3);
|
||||
val WB_IRT = UFix(5, 3);
|
||||
|
||||
val N = UFix(0, 1);
|
||||
val Y = UFix(1, 1);
|
||||
|
Reference in New Issue
Block a user