Altera_Forum
Honored Contributor
14 years agoDebugging my_first_fpga on BeMicro FPGA Eval Board
I've worked my way through the my_first_fpga project and everything compiles and the programmer reports success in loading it onto the chip. But I don't get any results on the eval board. I suspect my pin assignment is bad due to this eval kit not being listed directly. I've tried to match the pin functions from demo to the definitions listed in the spec sheets for the epc3c series boards, specifically EP3C16F256C8. I found matching pins in each case, but really don’t know if that is enough. This is the pin out that I ended up with (exported from Pin Planner):
To,Direction,Location,I/O Bank,VREF Group,I/O Standard,Reserved,Current Strength,Slew Rate,Differential Pair button[0],Input,PIN_E1,1,B1_N1,,,,, led[3],Output,PIN_L7,3,B3_N0,,,8mA,1, led[2],Output,PIN_K10,4,B4_N1,,,8mA,1, led[1],Output,PIN_P9,4,B4_N1,,,8mA,1, led[0],Output,PIN_T12,4,B4_N1,,,8mA,1, osc_clk,Input,PIN_T8,3,B3_N0,,,,, I’m not sure how to proceed and debug an issue like this. I didn’t seem to get an error no matter what pin I assigned during some testing so I don’t think it is going to help to move them around blindly. Aaron