1
0
mirror of https://github.com/antonblanchard/microwatt.git synced 2026-03-29 10:55:44 +00:00

Merge pull request #368 from antonblanchard/icache-pmu-events

icache: Hook up PMU events
This commit is contained in:
Paul Mackerras
2022-06-15 11:02:58 +10:00
committed by GitHub

View File

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