From: Anton Blanchard Date: Sat, 11 Jun 2022 23:21:56 +0000 (+1000) Subject: icache: Hook up PMU events X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f06abb67ad1582959bb16179e92ea25e68038127;p=microwatt.git icache: Hook up PMU events We weren't connecting the icache PMU events up. Signed-off-by: Anton Blanchard --- 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;