icestudio
icestudio copied to clipboard
FPGA I/O ports not defined
I'm just trying to upload the One LED Basic Example on my TinyFPGA BX board, but I have this error: FPGA I/O ports not defined
Here is the command output log:
arachne-pnr -d 8k -P cm81 -p main.pcf -o hardware.asc -q hardware.blif
main.pcf:4: fatal error: unknown pin `0' on package `cm81'
scons: *** [hardware.asc] Error 1
[ ERROR ] Took 1.93 seconds
The default examples are for the icezum Alhambra board. If you are using another board you have to indicate in which pin the output should be redirected
Just click on the output pull down menu and select the led you want to use as output
El dom., 5 ene. 2020 16:51, Luca Bertelli [email protected] escribió:
I'm just trying to upload the One LED Basic Example on my TinyFPGA BX board, but I have this error: FPGA I/O ports not defined
Here is the command output log:
arachne-pnr -d 8k -P cm81 -p main.pcf -o hardware.asc -q hardware.blif main.pcf:4: fatal error: unknown pin
0' on package
cm81' scons: *** [hardware.asc] Error 1 [ ERROR ] Took 1.93 seconds— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/FPGAwars/icestudio/issues/377?email_source=notifications&email_token=AAJZ7LU5NOF6V3TZB3HNAATQ4H6X3A5CNFSM4KC32222YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IECVH5A, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJZ7LWEOB2WS22GKX4IYJTQ4H6X3ANCNFSM4KC3222Q .
ok! I've reproduced the bug. The conversion between the pins does not work initially. You have to select another pin, and then the LED again, and it will work
It is shown in this gifs:
(I am using the build option for testing because I do not have the board here. You can use directly the upload option)
@cavearr : I've also tested it in the development version and the bug is also there
It works! Thank you very much @Obijuan!! Hope it'll be fixed soon
Hi @Luca8991 ! this is fixed now! migration between boards is in very initial state, but we are improve¡ing with your tests! thanks for reporting!
@Obijuan Came here Googling this very bug. Switching to another pin and then back solved it. Thank you!
Still a problem... just experienced it...