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
This adds a requirement that all contributed patches have the
Developer Certificate of Origin (ie a Signed-off-by)
Signed-off-by: Michael Neuling <mikey@neuling.org>