Extract BranchMispredictDetection unit out of Mem module to a separate module #724
Labels
3
Features of medium complexity or infrastructure enhancements
code
Enhances infrastructure or refines, Requires almost no knowledge in CPU microarchitecture.
S1 — Branch prediction
To solve the issue, you need knowledge about branch prediction
Currently Mem module handles two operations:
Actually mem should check only the first one, while the second one should be handled in a separate module.
The text was updated successfully, but these errors were encountered: