icache: Hook up PMU events
authorAnton Blanchard <anton@linux.ibm.com>
Sat, 11 Jun 2022 23:21:56 +0000 (09:21 +1000)
committerAnton 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

index a51209e75fe3416a3fc0450fc4fc5177d5daa2a7..1119d29036c13fab8b4cfe75797baefc2fac1013 100644 (file)
@@ -820,4 +820,7 @@ begin
         end process;
         log_out <= log_data;
     end generate;
+
+    events <= ev;
+
 end;