Intel® FPGA University Program
University Program Material, Education Boards, and Laboratory Exercises
1185 Discussions

DE10_Lite_Pins.tcl file

HectorV
Novice
1,310 Views

Hi, I am following the Intro to FPGA and Quartus Prime course lab manual and on lab 3 it asks me to go to http://www.alterawiki.com/wiki/File:DE10_Lite_pins.tcl and copy the commands from the file and enter them in the TCL Console window. The problem though is that the link doesn't work for me. I end up getting a forbidden page.

Labels (2)
0 Kudos
1 Solution
HectorV
Novice
1,234 Views

Hi all, I was able to figure it out. The commands are on the qsf file for the board. You can get them from Terasic.  For the course, please see, https://learning.intel.com/Developer/pages/30/all-intel-developer-training   

 

Post Update: Here are the 20 commands:

 

set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to SW[0]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to SW[1]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to SW[2]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to SW[3]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to SW[4]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to SW[5]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to SW[6]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to SW[7]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to SW[8]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to SW[9]
set_location_assignment PIN_C10 -to SW[0]
set_location_assignment PIN_C11 -to SW[1]
set_location_assignment PIN_D12 -to SW[2]
set_location_assignment PIN_C12 -to SW[3]
set_location_assignment PIN_A12 -to SW[4]
set_location_assignment PIN_B12 -to SW[5]
set_location_assignment PIN_A13 -to SW[6]
set_location_assignment PIN_A14 -to SW[7]
set_location_assignment PIN_B14 -to SW[8]
set_location_assignment PIN_F15 -to SW[9]

View solution in original post

0 Kudos
8 Replies
Nurina
Employee
1,299 Views

Hello,


Thank you for using Intel Communities. Let me report this issue to our IT team and I'll let you know of any updates.


Regards,

Nurina


0 Kudos
FvM
Valued Contributor III
1,289 Views
Hi,
internet links have limited lifetime. This is long gone. You can however easily locate copies of de10-lite-pin.tcl by asking Google.
0 Kudos
Nurina
Employee
1,263 Views

Hi,


Can you share the link to the course/manual?


Thanks,

Nurina


0 Kudos
HectorV
Novice
1,235 Views

Hi all, I was able to figure it out. The commands are on the qsf file for the board. You can get them from Terasic.  For the course, please see, https://learning.intel.com/Developer/pages/30/all-intel-developer-training   

 

Post Update: Here are the 20 commands:

 

set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to SW[0]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to SW[1]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to SW[2]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to SW[3]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to SW[4]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to SW[5]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to SW[6]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to SW[7]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to SW[8]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to SW[9]
set_location_assignment PIN_C10 -to SW[0]
set_location_assignment PIN_C11 -to SW[1]
set_location_assignment PIN_D12 -to SW[2]
set_location_assignment PIN_C12 -to SW[3]
set_location_assignment PIN_A12 -to SW[4]
set_location_assignment PIN_B12 -to SW[5]
set_location_assignment PIN_A13 -to SW[6]
set_location_assignment PIN_A14 -to SW[7]
set_location_assignment PIN_B14 -to SW[8]
set_location_assignment PIN_F15 -to SW[9]

0 Kudos
HectorV
Novice
1,223 Views

I updated the solution post with the 20 commands. Please see above post.

0 Kudos
Nurina
Employee
1,206 Views

Thank you for sharing your solution!


I would like to ensure the link is fixed by IT team, can you confirm that this is the correct course title:

University Self-Guided Lab: Introduction to FPGAs and the Intel® Quartus® Prime Software


Regards,

Nurina


0 Kudos
HectorV
Novice
1,193 Views

Hi, yes that's the course.

0 Kudos
Nurina
Employee
1,185 Views

Hi,


Thanks, and since your problem has been solved I shall transition this thread to community support. If you have a new question, Feel free to open a new thread or login to ‘ https://supporttickets.intel.com ’, view details of the desire request, and post a feed/response within the next 15 days to allow me to continue to support you. After 15 days, this thread will be transitioned to community support. The community users will be able to help you on your follow-up questions.

 

If any answer from the community or Intel Support are helpful, feel free to rank your support experience by rating 4/5 survey. Please let me know of any inconvenience so that I may improve your future service experience.

 

Have a great day!

Best regards,

Nurina W.


0 Kudos
Reply