lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 1 | CAPI=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 |
| 9 | name: "lowrisc:constants:top_pkg" |
| 10 | description: "Toplevel-wide constants for Earl Grey" |
| 11 | filesets: |
| 12 | files_rtl: |
| 13 | files: |
| 14 | - rtl/top_pkg.sv |
| 15 | file_type: systemVerilogSource |
| 16 | |
| 17 | targets: |
| 18 | default: |
| 19 | filesets: |
| 20 | - files_rtl |