Browse Source

loadstore1: Initialise PMU events

The loadstore1 PMU events are U state until a load and a store completes.

Signed-off-by: Anton Blanchard <anton@linux.ibm.com>
loadstore-pmu-init
Anton Blanchard 10 months ago committed by Anton Blanchard
parent
commit
e2438071a1
  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