blob: 0161d756b04b50d462cf247b0ef42cd6c86cf0fb [file] [log] [blame]
Weicai Yanga495d202019-12-05 15:36:27 -08001CAPI=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 Kim8f2cb382020-05-13 11:53:09 -07007name: "lowrisc:${library_name}:xbar_${xbar.name}:0.1"
Weicai Yanga495d202019-12-05 15:36:27 -08008description: "Generated RTL xbar_${xbar.name}"
9
10filesets:
11 files_rtl:
12 depend:
13 - lowrisc:ip:tlul
Timothy Chen5649c2a2021-02-08 18:32:22 -080014 - lowrisc:ip:lc_ctrl_pkg
Weicai Yanga495d202019-12-05 15:36:27 -080015 files:
Eunchan Kim9191f262020-07-30 16:37:40 -070016 - rtl/autogen/tl_${xbar.name}_pkg.sv
17 - rtl/autogen/xbar_${xbar.name}.sv
Weicai Yanga495d202019-12-05 15:36:27 -080018 file_type: systemVerilogSource
19
Srikrishna Iyer5f7f4ee2020-02-19 11:00:58 -080020
Weicai Yanga495d202019-12-05 15:36:27 -080021targets:
22 default: &default_target
23 filesets:
24 - files_rtl
Weicai Yangd5251ac2020-01-06 15:28:48 -080025 toplevel: xbar_${xbar.name}