Skip to content

Commit c2c78a6

Browse files
committed
[englishbreakfast] Use top's own top_racl_pkg
Signed-off-by: Alexander Williams <[email protected]>
1 parent d58682a commit c2c78a6

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

hw/top_englishbreakfast/top_englishbreakfast.core

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ filesets:
1010
- lowrisc:englishbreakfast_ip:pwrmgr_pkg
1111
- lowrisc:earlgrey_ip:alert_handler_pkg
1212
- lowrisc:systems:top_englishbreakfast_ast_pkg
13-
- lowrisc:earlgrey_constants:top_racl_pkg
13+
- lowrisc:englishbreakfast_constants:top_racl_pkg
1414
# Manually instantiated
1515
- lowrisc:ip:rv_dm
1616
- lowrisc:ip:tlul
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
CAPI=2:
2+
# Copyright lowRISC contributors (OpenTitan project).
3+
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
4+
# SPDX-License-Identifier: Apache-2.0
5+
name: "lowrisc:englishbreakfast_constants:top_racl_pkg:0.1"
6+
description: "Autogenerated top_english_racl_pkg used in RTL and DV."
7+
virtual:
8+
- lowrisc:virtual_constants:top_racl_pkg
9+
10+
filesets:
11+
files_rtl:
12+
depend:
13+
- lowrisc:englishbreakfast_constants:top_pkg
14+
- lowrisc:tlul:headers
15+
files:
16+
- rtl/autogen/top_racl_pkg.sv
17+
file_type: systemVerilogSource
18+
19+
targets:
20+
default: &default_target
21+
filesets:
22+
- files_rtl

0 commit comments

Comments
 (0)