Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
8 years ago

Pin assignement from DE1 to DE nano

I have a VHDL code writen to work on a "DE1 ALTERA" developement board, now I want to run the same code on a "DEO nano" so that I can make a smaller circuit that can fit in my system. the problem is that I used a lot of GPIO pins and now I have to do all the pin assignement to mutch the "DEO nano":(. I wonder if there is any tool that can help me doing this fast. thak you

1 Reply

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    You can use the Terasic System Builder application that comes with the software tools from each of these boards. It can spit out a .qsf file that has all the device pins assigned to appropriate signal names.

    I have done this in the past, and have the same GPIO assignments that works on both a DE1 and a DE0-Nano board.