Skip to content
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

leds.pcf file maps LEDs to nonexistent pins on Upduino3 #297

Open
jlittle22 opened this issue Jul 3, 2022 · 0 comments
Open

leds.pcf file maps LEDs to nonexistent pins on Upduino3 #297

jlittle22 opened this issue Jul 3, 2022 · 0 comments

Comments

@jlittle22
Copy link

jlittle22 commented Jul 3, 2022

Current leds.pcf:

set_io LED4 99
set_io LED3 98
set_io LED2 97
set_io LED1 96
set_io LED0 95
[Sun Jul  3 11:35:12 2022] Processing upduino3
--------------------------------------------------------------------------------
nextpnr-ice40 --up5k --package sg48 --json hardware.json --asc hardware.asc --pcf leds.pcf -q
ERROR: package does not have a pin named '99' (on line 1)
ERROR: Loading PCF failed.
0 warnings, 2 errors
scons: *** [hardware.asc] Error 255

Replacing the leds.pcf file with:

set_io LED4 28
set_io LED3 38
set_io LED2 42
set_io LED1 36
set_io LED0 43

... allows it to build successfully.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant