Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
20704 Discussions

Cyclone III pin assignment?????????

Altera_Forum
Honored Contributor II
1,513 Views

I am a beginner in this field of FPGA, 

and I have to make a video converter (composite -> VGA) using CYCLONE III. 

I finished the development of all blocks in verilog and I still have the implementation of my code in that famous FPGA.  

my problem is the assignment of pins.  

I can not find the table showing the pin assignments of such audio or video codec decoder (for example).... 

can somebody help me please?
0 Kudos
4 Replies
Altera_Forum
Honored Contributor II
350 Views

 

--- Quote Start ---  

I am a beginner in this field of FPGA, 

and I have to make a video converter (composite -> VGA) using CYCLONE III. 

I finished the development of all blocks in verilog and I still have the implementation of my code in that famous FPGA.  

my problem is the assignment of pins.  

I can not find the table showing the pin assignments of such audio or video codec decoder (for example).... 

can somebody help me please? 

--- Quote End ---  

 

 

Hi, 

 

the required pin assignments depends on your board. E.g. you have to look which FPGA pins are connected to VGA connector. 

 

Kind regards 

 

GPK
0 Kudos
Altera_Forum
Honored Contributor II
350 Views

 

--- Quote Start ---  

Hi, 

 

the required pin assignments depends on your board. E.g. you have to look which FPGA pins are connected to VGA connector. 

 

GPK 

--- Quote End ---  

 

 

... then you open the Assignments->Pins Quartus menu and you'll find a table/fpga-layout where you can constrain each internal signal to connect to the proper pin. 

 

Regards  

Cris
0 Kudos
Altera_Forum
Honored Contributor II
350 Views

Cyclone® III FPGA base board 

+ touch-panel LCD daughter card
0 Kudos
Altera_Forum
Honored Contributor II
350 Views

In this case, u can use the user pins as output pins. See the list of user pins available and assign your outputs to those pins.

0 Kudos
Reply