aboutsummaryrefslogtreecommitdiff
path: root/ethosu/vela/architecture_allocator.py
diff options
context:
space:
mode:
authorJacob Bohlin <jacob.bohlin@arm.com>2021-08-09 12:22:51 +0100
committerJacob Bohlin <jacob.bohlin@arm.com>2021-08-16 17:40:20 +0200
commitb8060f51dcd6c128629e34855fdf46865ec165f5 (patch)
tree64cf72fd162115dd15d16899fbcfe04fdb655c8f /ethosu/vela/architecture_allocator.py
parent8f78ac2ff735b7c0be7787d6423eb96a0d8b5983 (diff)
downloadethos-u-vela-b8060f51dcd6c128629e34855fdf46865ec165f5.tar.gz
MLBEDSW-4738 Reinstate find_block_config from v2.1
Reinstated the v2.1.0 functionality for find_block_configs(). This is used exclusively by the external API. Signed-off-by: Jacob Bohlin <jacob.bohlin@arm.com> Change-Id: I6977f13866957edb083769658cc8c57c2b3556fb
Diffstat (limited to 'ethosu/vela/architecture_allocator.py')
-rw-r--r--ethosu/vela/architecture_allocator.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ethosu/vela/architecture_allocator.py b/ethosu/vela/architecture_allocator.py
index 3c49eb13..32502e33 100644
--- a/ethosu/vela/architecture_allocator.py
+++ b/ethosu/vela/architecture_allocator.py
@@ -412,4 +412,5 @@ def try_block_config(
config.layout = layout
config.bank_size = arch.shram_bank_size
config.ifm_block = ifm_block
+ config.ofm_block = block_config
return config