Lines Matching full:arch
7 # In hw model v1, then arch is determined by the board folder structure.
9 # Configure ARCH settings based on board directory and arch root.
12 # on board directory and arch root.
14 # If no implementation is available for the current arch an error will be raised.
19 # - ARCH: Name of the arch in use.
20 # - ARCH_DIR: Directory containing the arch implementation.
24 # - ARCH_ROOT: CMake list of arch roots containing arch implementations
40 cmake_path(GET board_arch_dir FILENAME ARCH)
43 if(EXISTS ${root}/arch/${ARCH}/CMakeLists.txt)
44 set(ARCH_DIR ${root}/arch)
50 message(FATAL_ERROR "Could not find ARCH=${ARCH} for BOARD=${BOARD}, \
51 please check your installation. ARCH roots searched: \n\