Browse Source

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

icache: Hook up PMU events
master
Paul Mackerras 10 months ago committed by GitHub
parent
commit
6e1e763c02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      icache.vhdl

3
icache.vhdl

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

events <= ev;

end;

Loading…
Cancel
Save