-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PCF files do not match the actual pinout for GPIOs #20
Comments
I had a closer look at this, it seems that the pinout numbers on the silkscreen do not match the GPIO numbering; is this intended? |
@jeremyherbert, my perception is that the constraints file is correct, in the sense that it responds to some criteria; however, the criteria is not coherent with the silkscreen. I would propose the following modifications to the names in the constraints file:
|
The pinouts on the silkscreen are following the standard 'feather' numbering, which I think has some historical reasons for the numbering. As @umarcor has pointed out, the GPIO numbers line up, but they have gaps. |
Thanks! |
It appears that the GPIO pins in the pcf file here: https://github.com/gregdavill/OrangeCrab-examples/blob/main/verilog/orangecrab_r0.2.pcf are not correct.
They do not match the pinout here: https://gregdavill.github.io/OrangeCrab/r0.2/docs/pinout/ and at least from my quick look at the schematic, the picture is the correct reference.
The text was updated successfully, but these errors were encountered: