Loading...
Searching...
No Matches
cpu_conf.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2017 Ken Rabold
3 *
4 * This file is subject to the terms and conditions of the GNU Lesser General
5 * Public License v2.1. See the file LICENSE in the top level directory for more
6 * details.
7 */
8
9#pragma once
10
20
21#include "cpu_conf_common.h"
22#include "vendor/platform.h"
23
24#ifdef __cplusplus
25extern "C" {
26#endif
27
31#define CLINT_BASE_ADDR (CLINT_CTRL_ADDR)
32
36#define PLIC_BASE_ADDR (PLIC_CTRL_ADDR)
37
42#define NUM_PMP_ENTRIES 16
43
44#ifdef __cplusplus
45}
46#endif
47