Skip to content

Commit

Permalink
[top_darjeeling] Instantiate AC Range checks
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Schilling <[email protected]>
  • Loading branch information
Razer6 committed Jan 20, 2025
1 parent 3e86fb4 commit 6825009
Show file tree
Hide file tree
Showing 40 changed files with 13,847 additions and 3,467 deletions.
2 changes: 2 additions & 0 deletions hw/top_darjeeling/data/autogen/defs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
# -o hw/top_darjeeling

load("//rules/opentitan:hw.bzl", "opentitan_top")
load("//hw/top_darjeeling/ip_autogen/ac_range_check:defs.bzl", "AC_RANGE_CHECK")
load("//hw/ip/aes:defs.bzl", "AES")
load("//hw/top_darjeeling/ip_autogen/alert_handler:defs.bzl", "ALERT_HANDLER")
load("//hw/ip/aon_timer:defs.bzl", "AON_TIMER")
Expand Down Expand Up @@ -47,6 +48,7 @@ DARJEELING = opentitan_top(
top_lib = "//hw/top_darjeeling/sw/autogen:top_darjeeling",
top_ld = "//hw/top_darjeeling/sw/autogen:top_darjeeling_memory",
ips = [
AC_RANGE_CHECK,
AES,
ALERT_HANDLER,
AON_TIMER,
Expand Down
Loading

0 comments on commit 6825009

Please sign in to comment.