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 | name: "tinyfpga::tinyfpga-bootloader-common:0.1" |
| 6 | description: "Common USB Interface files from TinyFPGA-Bootloader" |
| 7 | |
| 8 | filesets: |
| 9 | files_src: |
| 10 | files: |
| 11 | - tinyfpga_tinyfpga-bootloader/common/edge_detect.v |
| 12 | - tinyfpga_tinyfpga-bootloader/common/usb_fs_rx.v |
| 13 | - tinyfpga_tinyfpga-bootloader/common/usb_fs_tx_mux.v |
| 14 | - tinyfpga_tinyfpga-bootloader/common/usb_fs_tx.v |
| 15 | - tinyfpga_tinyfpga-bootloader/common/usb_reset_det.v |
| 16 | file_type: verilogSource |
| 17 | |
| 18 | targets: |
| 19 | default: |
| 20 | filesets: |
| 21 | - files_src |