Snitch Runtime
Loading...
Searching...
No Matches
memory_decls.h
1// Copyright 2023 ETH Zurich and University of Bologna.
2// Licensed under the Apache License, Version 2.0, see LICENSE for details.
3// SPDX-License-Identifier: Apache-2.0
4
5#pragma once
6
7#include <stdint.h>
8
9inline volatile snitch_cluster_t* snrt_cluster_alias();
10
11inline volatile snitch_cluster_t* snrt_cluster(int cluster_idx);
12
13inline volatile snitch_cluster_t* snrt_cluster();