File: com.github.trabucayre.openFPGALoader.metainfo.xml

package info (click to toggle)
openfpgaloader 0.13.1-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 34,320 kB
  • sloc: cpp: 23,693; python: 555; makefile: 64; tcl: 62; xml: 41
file content (43 lines) | stat: -rw-r--r-- 1,841 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<?xml version="1.0" encoding="UTF-8"?>
<component>
  <id>com.github.trabucayre.openFPGALoader</id>
  <metadata_license>MIT</metadata_license>
  <name>openfpgaloader</name>
  <url type="homepage">https://github.com/trabucayre/openFPGALoader</url>
  <summary>Universal utility for programming FPGAs</summary>
  <description>
    <p>FPGAs are software-programmable reconfigurable circuits that
    when may implement arbitrary logics, be it to interface to other
    hardware as some sort of glue logic or to even outsource
    computations from your CPU as an accelerator. Even small FPGAs are
    today sufficiently capable to simulate a CPU.</p>

    <p>This package knows how to bring the firmware that is built on a
    regular computer, e.g., with yosys and assorted tools, to the FPGA
    board, such that such a bitstream is then executed.</p>

    <p>OpenFPGALoader is compatible with many boards, cables and FPGA
    from major manufacturers (Xilinx, Altera/Intel, Lattice, Gowin,
    Efinix, Anlogic, Cologne Chip).</p>
  </description>
  <provides>
    <modalias>usb:v0403%6001d*</modalias>
    <modalias>usb:v0403%6010d*</modalias>
    <modalias>usb:v0403%6011d*</modalias>
    <modalias>usb:v0403%6014d*</modalias>
    <modalias>usb:v0403%6015d*</modalias>
    <modalias>usb:v0547%1002d*</modalias>
    <modalias>usb:v09FB%6001d*</modalias>
    <modalias>usb:v09FB%6002d*</modalias>
    <modalias>usb:v09FB%6003d*</modalias>
    <modalias>usb:v09FB%6810d*</modalias>
    <modalias>usb:v09FB%6010d*</modalias>
    <modalias>usb:v1209%C0CAd*</modalias>
    <modalias>usb:v1366%0105d*</modalias>
    <modalias>usb:v1FC9%0090d*</modalias>
    <modalias>usb:v0D28%0204d*</modalias>
    <modalias>usb:v1D50%6146d*</modalias>
    <modalias>usb:v1209%3442d*</modalias>
    <modalias>usb:v1A86%55DDd*</modalias>
  </provides>
</component>