1
0
mirror of https://github.com/openpower-cores/a2i.git synced 2026-01-11 23:53:05 +00:00

1 Commits

Author SHA1 Message Date
Olof Kindgren
47c7f6a058 Add basic FuseSoC core description file
This is a basic core description file. It allows other FuseSoC
projects to depend on the a2i core and it defines a synth target
that can be used to run synthesis against different Xilinx devices.

If a2i is available to FuseSoC, the synthesis target can be run with

fusesoc run --target=synth a2i

In order to run synthesis against a specific device, add --part=<part>
as a core option, e.g.

fusesoc run --target=synth a2i --part=xc7a200tsbg484-1
2020-08-19 23:30:43 +02:00