WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
chip_core_definition.h
浏览该文件的文档.
1/*
2 * Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2018-2020. All rights reserved.
3 * Description: Contains a define telling the rest of the code which core this is
4 *
5 * Create: 2021-06-16
6 */
7
8#ifndef CHIP_CORE_DEFINITION_H
9#define CHIP_CORE_DEFINITION_H
10
11#include "chip_definitions.h"
12#define CORE APPS
13#define ARCH RISCV31
14
15#endif