Software APIs
sw
device
tests
sram_ctrl_sleep_sram_ret_contents_no_scramble_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 "sram_ctrl_sleep_sram_ret_contents_impl.h"
6
#include "
sw/device/lib/testing/test_framework/ottf_main.h
"
7
8
OTTF_DEFINE_TEST_CONFIG();
9
10
bool
test_main
(
void
) {
11
return
execute_sram_ctrl_sleep_ret_sram_contents_test(
false
);
12
}
Return to
OpenTitan Documentation