chipsalliance / f4pga-xc-fasm2bels

Library to convert a FASM file into BELs importable into Vivado.
Apache License 2.0
11 stars 12 forks source link

Report all site features when no supported site feature is found #77

Closed gergoerdi closed 3 years ago

gergoerdi commented 3 years ago

This is useful in situations like https://github.com/SymbiFlow/symbiflow-xc-fasm2bels/issues/76

mithro commented 3 years ago

Hi,

Thank you for sending the pull request! It's awesome to see you contributing to this project. However, before I can look at this request you need to add DCO sign-off to commits in this repository.

We require DCO sign-off for all commits to this repository (including all authors). Please see the following URL to see more information and BeeWare also have a Beginners guide to DCOs.

You can use git commit --amend --signoff and then a git push --force to add the signoff. You can also use git rebase --signoff.

Thanks!