fusesoc / blinky

Example LED blinking project for your FPGA dev board of choice
MIT License
162 stars 70 forks source link

Error on core-info #9

Closed euripedesrocha closed 4 years ago

euripedesrocha commented 4 years ago

When experimenting with the core before add another board I got the folowing error:

Unknown item 'filesets_append in section Target'

Fusesoc version: 1.9.2

olofk commented 4 years ago

Oh, you're right. Sorry about that. There was actually two issues. filesets_append was not supported in 1.9.2 and also, 1.9.2 stopped parsing when it encountered tags that it didn't know about. I decided to release a new version to fix these issues, so please try again with the newly released FuseSoC 1.9.3 and let me know if that works better

euripedesrocha commented 4 years ago

The new version fixed the issue. Thanks!