projects
/
microwatt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8fc563
)
icache: Hook up PMU events
author
Anton Blanchard
<anton@linux.ibm.com>
Sat, 11 Jun 2022 23:21:56 +0000
(09:21 +1000)
committer
Anton Blanchard
<anton@ozlabs.org>
Sat, 11 Jun 2022 23:21:56 +0000
(09:21 +1000)
We weren't connecting the icache PMU events up.
Signed-off-by: Anton Blanchard <anton@linux.ibm.com>
icache.vhdl
patch
|
blob
|
history
diff --git
a/icache.vhdl
b/icache.vhdl
index a51209e75fe3416a3fc0450fc4fc5177d5daa2a7..1119d29036c13fab8b4cfe75797baefc2fac1013 100644
(file)
--- a/
icache.vhdl
+++ b/
icache.vhdl
@@
-820,4
+820,7
@@
begin
end process;
log_out <= log_data;
end generate;
+
+ events <= ev;
+
end;