aboutsummaryrefslogtreecommitdiff
path: root/ethosu/vela/architecture_features.py
diff options
context:
space:
mode:
Diffstat (limited to 'ethosu/vela/architecture_features.py')
-rw-r--r--ethosu/vela/architecture_features.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ethosu/vela/architecture_features.py b/ethosu/vela/architecture_features.py
index 73dea981..7c0d3117 100644
--- a/ethosu/vela/architecture_features.py
+++ b/ethosu/vela/architecture_features.py
@@ -593,8 +593,8 @@ class ArchitectureFeatures:
self.axi0_port = MemArea(1)
self.axi1_port = MemArea(1)
self.memory_clock_scales = np.ones(MemArea.Size)
- self.memory_burst_length = np.ones(MemArea.Size, np.int)
- self.memory_latency = np.zeros((MemArea.Size, BandwidthDirection.Size), np.int)
+ self.memory_burst_length = np.ones(MemArea.Size, int)
+ self.memory_latency = np.zeros((MemArea.Size, BandwidthDirection.Size), int)
self.const_mem_area = MemPort(1)
self.arena_mem_area = MemPort(1)
self.cache_mem_area = MemPort(1)