blob: 7c24e57a456e0725a46078fe8de95d1cd6446df3 [file] [log] [blame]
lowRISC Contributors802543a2019-08-31 12:12:56 +01001CAPI=2:
2# Copyright lowRISC contributors.
3# Licensed under the Apache License, Version 2.0, see LICENSE for details.
4# SPDX-License-Identifier: Apache-2.0
5
6# XXX: This name is currently required as global identifier until we have
7# support for "interfaces" or a similar concept.
8# Tracked in https://github.com/olofk/fusesoc/issues/235
9name: "lowrisc:constants:top_pkg"
10description: "Toplevel-wide constants for Earl Grey"
11filesets:
12 files_rtl:
13 files:
14 - rtl/top_pkg.sv
15 file_type: systemVerilogSource
16
17targets:
18 default:
19 filesets:
20 - files_rtl