1
0
mirror of https://github.com/antonblanchard/microwatt.git synced 2026-01-11 23:43:15 +00:00

icache: Hook up PMU events

We weren't connecting the icache PMU events up.

Signed-off-by: Anton Blanchard <anton@linux.ibm.com>
This commit is contained in:
Anton Blanchard 2022-06-12 09:21:56 +10:00 committed by Anton Blanchard
parent b8fc5636a4
commit f06abb67ad

View File

@ -820,4 +820,7 @@ begin
end process;
log_out <= log_data;
end generate;
events <= ev;
end;