From f06abb67ad1582959bb16179e92ea25e68038127 Mon Sep 17 00:00:00 2001 From: Anton Blanchard Date: Sun, 12 Jun 2022 09:21:56 +1000 Subject: [PATCH] icache: Hook up PMU events We weren't connecting the icache PMU events up. Signed-off-by: Anton Blanchard --- icache.vhdl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/icache.vhdl b/icache.vhdl index a51209e..1119d29 100644 --- a/icache.vhdl +++ b/icache.vhdl @@ -820,4 +820,7 @@ begin end process; log_out <= log_data; end generate; + + events <= ev; + end;