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 71c5269 commit 8e90f01Copy full SHA for 8e90f01
sw/device/lib/testing/BUILD
@@ -48,7 +48,6 @@ cc_library(
48
hdrs = ["aon_timer_testutils.h"],
49
target_compatible_with = [OPENTITAN_CPU],
50
deps = [
51
- "//hw/top_earlgrey/sw/autogen:top_earlgrey",
52
"//sw/device/lib/arch:device",
53
"//sw/device/lib/base:math",
54
"//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