Browse Source

Merge pull request #369 from antonblanchard/loadstore-pmu-init

loadstore1: Initialise PMU events
divider-init
Anton Blanchard 10 months ago committed by GitHub
parent
commit
1ff852b012
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      loadstore1.vhdl

2
loadstore1.vhdl

@ -286,6 +286,8 @@ begin @@ -286,6 +286,8 @@ begin
r3.interrupt <= '0';
r3.stage1_en <= '1';
r3.convert_lfs <= '0';
r3.events.load_complete <= '0';
r3.events.store_complete <= '0';
flushing <= '0';
else
r1 <= r1in;

Loading…
Cancel
Save