blob: e0a7c4e2efee6c764cab572c1d0d1c56dd797e88 [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 KMAC 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() {
return execute_off_trans_test(kTopEarlgreyHintableClocksMainKmac);
}