Software APIs
sw
device
tests
rv_core_ibex_isa_test.c
1
// Copyright lowRISC contributors (OpenTitan project).
2
// Licensed under the Apache License, Version 2.0, see LICENSE for details.
3
// SPDX-License-Identifier: Apache-2.0
4
5
#include <
stdbool.h
>
6
#include <
stdint.h
>
7
8
#include "sw/device/lib/testing/test_framework/ottf_test_config.h"
9
OTTF_DEFINE_TEST_CONFIG();
Return to
OpenTitan Documentation