projects
/
microwatt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64d2def
)
loadstore1: Initialise PMU events
author
Anton Blanchard
<anton@linux.ibm.com>
Sat, 11 Jun 2022 23:29:46 +0000
(09:29 +1000)
committer
Anton Blanchard
<anton@ozlabs.org>
Sat, 11 Jun 2022 23:34:22 +0000
(09:34 +1000)
The loadstore1 PMU events are U state until a load and a store completes.
Signed-off-by: Anton Blanchard <anton@linux.ibm.com>
loadstore1.vhdl
patch
|
blob
|
history
diff --git
a/loadstore1.vhdl
b/loadstore1.vhdl
index 2c6bd96aff8ee3ef0837845acaf6a3e04f49a872..8fa39cf1bade125a98b563177bf59e56f26bd28d 100644
(file)
--- a/
loadstore1.vhdl
+++ b/
loadstore1.vhdl
@@
-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;