You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 12, 2022. It is now read-only.
I think there are many reasons related to this. First, you want to move this function as early as possible since it flushes the whole pipeline which degrades the performance. Second, you need to put this function behind some events such as injecting a load miss into the LMQ, getting the right branch prediction result and so on. Yep, you also need to consider the exception happening time of some instructions such as a load instruction which causes a TLB exception.
Let's look forward to the detailed explanation from @openpowerwtf .
As shown in xuq_cpl.vhdl, ex4 is used to deal with the interrupt and exception. Why ex4 instead of ex3 or ex5? Any comments about this?
The text was updated successfully, but these errors were encountered: