mirror of
https://github.com/antonblanchard/microwatt.git
synced 2026-04-04 04:20:09 +00:00
Merge pull request #369 from antonblanchard/loadstore-pmu-init
loadstore1: Initialise PMU events
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user