icestudio icon indicating copy to clipboard operation
icestudio copied to clipboard

FPGA I/O ports not defined

Open ilbertt opened this issue 5 years ago • 7 comments

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

ilbertt avatar Jan 05 '20 15:01 ilbertt

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 .

Obijuan avatar Jan 05 '20 17:01 Obijuan

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:

Peek 2020-01-05 19-12

(I am using the build option for testing because I do not have the board here. You can use directly the upload option)

Obijuan avatar Jan 05 '20 18:01 Obijuan

@cavearr : I've also tested it in the development version and the bug is also there

Obijuan avatar Jan 05 '20 18:01 Obijuan

It works! Thank you very much @Obijuan!! Hope it'll be fixed soon

ilbertt avatar Jan 05 '20 18:01 ilbertt

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!

cavearr avatar Jan 26 '20 19:01 cavearr

@Obijuan Came here Googling this very bug. Switching to another pin and then back solved it. Thank you!

FlyByPC avatar Mar 31 '20 01:03 FlyByPC

Still a problem... just experienced it...

myzinsky avatar Jan 03 '21 20:01 myzinsky