We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed7a2d9 commit 7bac51dCopy full SHA for 7bac51d
sw/device/lib/testing/BUILD
@@ -47,7 +47,6 @@ cc_library(
47
hdrs = ["aon_timer_testutils.h"],
48
target_compatible_with = [OPENTITAN_CPU],
49
deps = [
50
- "//hw/top_earlgrey/sw/autogen:top_earlgrey",
51
"//sw/device/lib/arch:device",
52
"//sw/device/lib/base:math",
53
"//sw/device/lib/dif:aon_timer",
sw/device/lib/testing/aon_timer_testutils.c
@@ -13,8 +13,6 @@
13
#include "sw/device/lib/dif/dif_aon_timer.h"
14
#include "sw/device/lib/testing/test_framework/check.h"
15
16
-#include "hw/top_earlgrey/sw/autogen/top_earlgrey.h"
17
-
18
#define MODULE_ID MAKE_MODULE_ID('a', 'o', 't')
19
20
status_t aon_timer_testutils_get_aon_cycles_32_from_us(uint64_t microseconds,
0 commit comments