Timothy Chen | c2b279a | 2021-01-14 18:53:34 -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 | name: "lowrisc:ip:usbdev_pkg:0.1" | ||||
6 | description: "Usb device package" | ||||
7 | filesets: | ||||
8 | files_rtl: | ||||
9 | depend: | ||||
10 | files: | ||||
11 | - rtl/usbdev_pkg.sv | ||||
12 | file_type: systemVerilogSource | ||||
13 | |||||
14 | |||||
15 | targets: | ||||
16 | default: &default_target | ||||
17 | filesets: | ||||
18 | - files_rtl |