Skip to content

Commit

Permalink
[rand_testutils] Remove useless dependency on the top lib
Browse files Browse the repository at this point in the history
Signed-off-by: Amaury Pouly <[email protected]>
  • Loading branch information
pamaury committed Nov 22, 2024
1 parent 085a520 commit 287a49d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion sw/device/lib/testing/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,6 @@ cc_library(
target_compatible_with = [OPENTITAN_CPU],
deps = [
":rv_core_ibex_testutils",
"//hw/top_earlgrey/sw/autogen:top_earlgrey",
"//sw/device/lib/arch:device",
"//sw/device/lib/base:memory",
"//sw/device/lib/dif:rv_core_ibex",
Expand Down
2 changes: 0 additions & 2 deletions sw/device/lib/testing/rand_testutils.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
#include "sw/device/lib/testing/rv_core_ibex_testutils.h"
#include "sw/device/lib/testing/test_framework/check.h"

#include "hw/top_earlgrey/sw/autogen/top_earlgrey.h"

/**
* The polynomial co-efficients used in the 32-bit LFSR implementation.
*
Expand Down

0 comments on commit 287a49d

Please sign in to comment.