Weicai Yang | a495d20 | 2019-12-05 15:36:27 -0800 | [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 | # xbar_${xbar.name} core file generated by `tlgen.py` tool |
Eunchan Kim | 8f2cb38 | 2020-05-13 11:53:09 -0700 | [diff] [blame] | 7 | name: "lowrisc:${library_name}:xbar_${xbar.name}:0.1" |
Weicai Yang | a495d20 | 2019-12-05 15:36:27 -0800 | [diff] [blame] | 8 | description: "Generated RTL xbar_${xbar.name}" |
| 9 | |
| 10 | filesets: |
| 11 | files_rtl: |
| 12 | depend: |
| 13 | - lowrisc:ip:tlul |
Timothy Chen | 5649c2a | 2021-02-08 18:32:22 -0800 | [diff] [blame] | 14 | - lowrisc:ip:lc_ctrl_pkg |
Weicai Yang | a495d20 | 2019-12-05 15:36:27 -0800 | [diff] [blame] | 15 | files: |
Eunchan Kim | 9191f26 | 2020-07-30 16:37:40 -0700 | [diff] [blame] | 16 | - rtl/autogen/tl_${xbar.name}_pkg.sv |
| 17 | - rtl/autogen/xbar_${xbar.name}.sv |
Weicai Yang | a495d20 | 2019-12-05 15:36:27 -0800 | [diff] [blame] | 18 | file_type: systemVerilogSource |
| 19 | |
Srikrishna Iyer | 5f7f4ee | 2020-02-19 11:00:58 -0800 | [diff] [blame] | 20 | |
Weicai Yang | a495d20 | 2019-12-05 15:36:27 -0800 | [diff] [blame] | 21 | targets: |
| 22 | default: &default_target |
| 23 | filesets: |
| 24 | - files_rtl |
Weicai Yang | d5251ac | 2020-01-06 15:28:48 -0800 | [diff] [blame] | 25 | toplevel: xbar_${xbar.name} |