openpower-cores / a2i

Other
243 stars 40 forks source link

Add basic FuseSoC core description file #9

Closed olofk closed 3 years ago

olofk commented 3 years ago

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= as a core option, e.g.

fusesoc run --target=synth a2i --part=xc7a200tsbg484-1

openpower-cores commented 3 years ago

Thanks @olofk!

mikey commented 3 years ago

@openpower-cores can you add the DCO bot for this repo (see https://github.com/apps/dco) so we can avoid taking patches without a signed off by.