blob: 7c370130527f2bd861bbde3fce7b4558d62133ba [file] [log] [blame]
// Copyright lowRISC contributors.
// Licensed under the Apache License, Version 2.0, see LICENSE for details.
// SPDX-License-Identifier: Apache-2.0
// This tests that disabling the OTBN clock causes CSR accesses to it to fail.
#include "sw/device/tests/clkmgr_off_trans_impl.h"
#include "hw/top_earlgrey/sw/autogen/top_earlgrey.h"
bool test_main(void) {
return execute_off_trans_test(kTopEarlgreyHintableClocksMainOtbn);
}