mirror of
https://github.com/antonblanchard/microwatt.git
synced 2026-04-13 23:23:55 +00:00
loadstore1: Initialise PMU events
The loadstore1 PMU events are U state until a load and a store completes. Signed-off-by: Anton Blanchard <anton@linux.ibm.com>
This commit is contained in:
committed by
Anton Blanchard
parent
64d2def0c6
commit
e2438071a1
@@ -286,6 +286,8 @@ begin
|
||||
r3.interrupt <= '0';
|
||||
r3.stage1_en <= '1';
|
||||
r3.convert_lfs <= '0';
|
||||
r3.events.load_complete <= '0';
|
||||
r3.events.store_complete <= '0';
|
||||
flushing <= '0';
|
||||
else
|
||||
r1 <= r1in;
|
||||
|
||||
Reference in New Issue
Block a user