From 8bc863dd6a7d0937aa66df655a7fe0e235dd2d4f Mon Sep 17 00:00:00 2001 From: Kshitij Sisodia Date: Thu, 24 Mar 2022 17:53:34 +0000 Subject: MLECO-2917 Replacing platform CMake definitions with headers Moving away from CMake description of targets and generation of platform header files (for memory addresses and IRQ numbers). Instead these headers are part of the repository under their respective platform-driver packages under HAL sources. Change-Id: I9bd3e68eb17385f8b93eb3d8d76b212ce0e1a6d5 Signed-off-by: Kshitij Sisodia --- docs/use_cases/inference_runner.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'docs/use_cases') diff --git a/docs/use_cases/inference_runner.md b/docs/use_cases/inference_runner.md index 1082c5c..8511fe1 100644 --- a/docs/use_cases/inference_runner.md +++ b/docs/use_cases/inference_runner.md @@ -291,9 +291,7 @@ make -j ``` will build the application that will expect the neural network model and the IFM to be loaded into -specific addresses. These addresses are defined in -[corstone-sse-300.cmake](../../scripts/cmake/subsystem-profiles/corstone-sse-300.cmake) for the MPS3 -target. +specific addresses. The default values for these addresses are defined in the use-case CMake file. ### Running the FVP with dynamic model loading -- cgit v1.2.1