loadstore1: Initialise PMU events
authorAnton Blanchard <anton@linux.ibm.com>
Sat, 11 Jun 2022 23:29:46 +0000 (09:29 +1000)
committerAnton Blanchard <anton@ozlabs.org>
Sat, 11 Jun 2022 23:34:22 +0000 (09:34 +1000)
The loadstore1 PMU events are U state until a load and a store completes.

Signed-off-by: Anton Blanchard <anton@linux.ibm.com>
loadstore1.vhdl

index 2c6bd96aff8ee3ef0837845acaf6a3e04f49a872..8fa39cf1bade125a98b563177bf59e56f26bd28d 100644 (file)
@@ -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;