YosysHQ / apicula

Project Apicula 🐝: bitstream documentation for Gowin FPGAs
MIT License
462 stars 66 forks source link

Fix build attempt #201

Closed davidsiaw closed 11 months ago

davidsiaw commented 11 months ago

Support for Primer 20k was not added until June this year. This means that the build will fail when used against the nextpnr ver 0.6, which does not have this update.

This causes the entire build to look like it is failing, which is kind of bad and may eventually mask future issues, and is also troublesome to check.

This is an attempt to resolve the issue while still testing it on master and everything else on 0.6, which should pass.

Testing done here https://github.com/davidsiaw/apicula/tree/test-build

pepijndevos commented 11 months ago

I appreciate the effort but it still fails to build on 0.6. TBH we generally only expect master/master to work since nextpnr releases are just too infrequent to keep working after any significant update on our side. Maybe we should just remove nextpnr release from the build matrix until thing stabilize enough.