Timothy Chen | bc16a17 | 2020-04-07 23:45:23 -0700 | [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 | name: "lowrisc:ip:pwrmgr_pkg:0.1" |
Timothy Chen | 6ecbe92 | 2020-06-16 18:15:30 -0700 | [diff] [blame] | 6 | description: "Power manager package" |
Timothy Chen | bc16a17 | 2020-04-07 23:45:23 -0700 | [diff] [blame] | 7 | |
| 8 | filesets: |
| 9 | files_rtl: |
| 10 | depend: |
Timothy Chen | 98fcc6b | 2020-07-27 14:19:56 -0700 | [diff] [blame] | 11 | - lowrisc:ip:pwrmgr_reg |
Timothy Chen | bc16a17 | 2020-04-07 23:45:23 -0700 | [diff] [blame] | 12 | files: |
| 13 | - rtl/pwrmgr_pkg.sv |
| 14 | file_type: systemVerilogSource |
| 15 | |
| 16 | targets: |
| 17 | default: |
| 18 | filesets: |
| 19 | - files_rtl |