aboutsummaryrefslogtreecommitdiff
path: root/src/ethosu_config_u65.h
diff options
context:
space:
mode:
authorKristofer Jonsson <kristofer.jonsson@arm.com>2022-11-04 15:54:32 +0100
committerKristofer Jonsson <kristofer.jonsson@arm.com>2022-11-14 12:27:23 +0100
commit9670332f1e5b286bffe12ad024f1b97995a23bcb (patch)
treeae3b1dc154f94064222120ce6aa4672c5fedb4fd /src/ethosu_config_u65.h
parentf082f6cf2c6eb0663deab4a2ba31b40116e0685d (diff)
downloadethos-u-core-driver-9670332f1e5b286bffe12ad024f1b97995a23bcb.tar.gz
Remapping command stream and base pointers
Add new weak function ethosu_address_remap() that allows the addresses for QBASE and BASEP to be remapped. Change-Id: I36b0d71c57bfd293672b10c7b85f3b2415e9c839
Diffstat (limited to 'src/ethosu_config_u65.h')
-rw-r--r--src/ethosu_config_u65.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/ethosu_config_u65.h b/src/ethosu_config_u65.h
index d662886..b115f43 100644
--- a/src/ethosu_config_u65.h
+++ b/src/ethosu_config_u65.h
@@ -121,12 +121,4 @@
#define AXI_LIMIT3_MAX_OUTSTANDING_WRITES 32
#endif
-/*
- * Address offset between the CPU and the NPU. The offset is
- * applied to the QBASE and BASEP registers.
- */
-#ifndef BASE_POINTER_OFFSET
-#define BASE_POINTER_OFFSET 0
-#endif
-
#endif /* #ifndef ETHOSU_CONFIG_H */