aboutsummaryrefslogtreecommitdiff
path: root/ethosu/vela/scheduler.py
diff options
context:
space:
mode:
Diffstat (limited to 'ethosu/vela/scheduler.py')
-rw-r--r--ethosu/vela/scheduler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ethosu/vela/scheduler.py b/ethosu/vela/scheduler.py
index 3ef0d7f2..284848f5 100644
--- a/ethosu/vela/scheduler.py
+++ b/ethosu/vela/scheduler.py
@@ -1152,7 +1152,7 @@ class FastStorageComponentAllocator:
if ix >= len(self.lrs):
if alloc_size > self.best_allocated_size:
self.best_allocated_size = alloc_size
- self.evicted = self.curr_evicted
+ self.evicted = self.curr_evicted.copy()
return
lr = self.lrs[ix]