blob: cc60885d78ec6a29326f5000ea6ee2eec80125f7 [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 AES 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(kTopEarlgreyHintableClocksMainAes);
}