Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
17252 Discussions

DE0-Nano Pin Assignment setting file problem

Altera_Forum
Honored Contributor II
1,665 Views

Hello people, 

 

When I create a project I immediately import the DE0 nano settings file with the pin assignments. In the block editor file though when i use only one or two output pins of the chip like GPIO_1[16] the specific pin gets ignored and when i compile it at the pin assignment I see the output pins I added as extra pins like GPIO_116 and not assigned to the pins I wanted. 

 

Anybody has any idea why? 

 

Thanks
0 Kudos
4 Replies
Altera_Forum
Honored Contributor II
840 Views

Not sure (being not familar with the block editor),  

but have you declared the GPIO_1 as the whole vector and are just using the two bits or have you declared only the two bits required (thus the compiler may not detect these two pins as part of the vector).
0 Kudos
Altera_Forum
Honored Contributor II
840 Views

Thanks for the answer! 

 

No I use only the two pins I need (GPIO_1[16] and GPIO_1[22]). 

 

How can I make a declaration inside the block editor?
0 Kudos
Altera_Forum
Honored Contributor II
840 Views

Hi, 

thus I'd suggest to either rename your's two pins, delete the assignment for GPIO_1 and assign the pins to these two signals or to assign a fixed signal (either '0' or '1') to the other members of GPIO_1 to have the vector being recognized...
0 Kudos
Altera_Forum
Honored Contributor II
840 Views

Thanks for the reply! 

 

My problem though is that I have created a board with some levelshifters and the FPGA is mounted on. Some GPIO pins of the FPGA are connected to inpout-outputs of the levelshifters. The first thing I need to do is to assure that the output of the levelshifters is off so that there is no double drive on a specific line. Maybe I should create the block file and then import the pin assignments.
0 Kudos
Reply