Skip to content

Commit

Permalink
[englishbreakfast] Add top description to //hw/top
Browse files Browse the repository at this point in the history
Signed-off-by: Amaury Pouly <[email protected]>
  • Loading branch information
pamaury committed Jan 16, 2025
1 parent fe5defe commit 7329aa2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hw/top/defs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@
load("//rules/opentitan:hw.bzl", "opentitan_top")
load("//hw/top_earlgrey/data/autogen:defs.bzl", "EARLGREY")
load("//hw/top_darjeeling/data/autogen:defs.bzl", "DARJEELING")
load("//hw/top_englishbreakfast/data/autogen:defs.bzl", "ENGLISHBREAKFAST")

ALL_TOPS = [
EARLGREY,
DARJEELING,
ENGLISHBREAKFAST,
]

ALL_TOP_NAMES = [
Expand Down
1 change: 1 addition & 0 deletions hw/top_englishbreakfast/ip/ast/BUILD
1 change: 1 addition & 0 deletions hw/top_englishbreakfast/ip/ast/defs.bzl

0 comments on commit 7329aa2

Please sign in to comment.