olofk / fusesoc

Package manager and build abstraction tool for FPGA/ASIC development
BSD 2-Clause "Simplified" License
1.2k stars 246 forks source link

Core files are in CAPI1 format, which is not supported Fusesoc 2.0. Migrate CAPI2 format #604

Closed Gayatri11-oa closed 1 year ago

Gayatri11-oa commented 1 year ago

Please suggest me how can i solve this Migration Issue. While "fusesoc init" i am getting this following issues "ERROR: Core file /home/oa/.local/share/fusesoc/orpsoc-cores/systems/nyuzi_de2_115/nyuzi_de2_115.core is in CAPI1 format, which is not supported any more since FuseSoC 2.0. The core file is ignored. Please migrate your cores to the CAPI2 file format, or use FuseSoC 1.x as stop-gap."

imphil commented 1 year ago

@Gayatri11-oa The error message pretty much says it all.

You can find a migration guide from CAPI1 to CAPI2 at https://fusesoc.readthedocs.io/en/stable/ref/migrations.html#migrating-from-capi1-to-capi2.