From 7329aa299492dd8566c0f8b7b3e186dd9e445237 Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Tue, 14 Jan 2025 16:04:36 +0100 Subject: [PATCH] [englishbreakfast] Add top description to //hw/top Signed-off-by: Amaury Pouly --- hw/top/defs.bzl | 2 ++ hw/top_englishbreakfast/ip/ast/BUILD | 1 + hw/top_englishbreakfast/ip/ast/defs.bzl | 1 + 3 files changed, 4 insertions(+) create mode 120000 hw/top_englishbreakfast/ip/ast/BUILD create mode 120000 hw/top_englishbreakfast/ip/ast/defs.bzl diff --git a/hw/top/defs.bzl b/hw/top/defs.bzl index c5673985461965..160d3df7c754b7 100644 --- a/hw/top/defs.bzl +++ b/hw/top/defs.bzl @@ -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 = [ diff --git a/hw/top_englishbreakfast/ip/ast/BUILD b/hw/top_englishbreakfast/ip/ast/BUILD new file mode 120000 index 00000000000000..5f64280a44b083 --- /dev/null +++ b/hw/top_englishbreakfast/ip/ast/BUILD @@ -0,0 +1 @@ +../../../top_earlgrey/ip/ast/BUILD \ No newline at end of file diff --git a/hw/top_englishbreakfast/ip/ast/defs.bzl b/hw/top_englishbreakfast/ip/ast/defs.bzl new file mode 120000 index 00000000000000..60d1136b6532a1 --- /dev/null +++ b/hw/top_englishbreakfast/ip/ast/defs.bzl @@ -0,0 +1 @@ +../../../top_earlgrey/ip/ast/defs.bzl \ No newline at end of file