Forum Discussion

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

Newbie and Need assistance in using GPIO pins on DE2

Hello! I am new to using FPGA boards. I have experience with VHDL but not Verilog .

I have a DE2 board and I would like if someone could direct me into the direction or assist in how I could use the GPIO pins on my board.

I have a ADA converter. I would like my board to detect if a HIGH(1) or LOW(0) signal is being sent to the specific GPIO pin on the DE2.

Thank you in advance.

2 Replies

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

    Correction ADC*

    The system builder that came with DE2 board generated a shell code that was in Verilog HDL.

    All the code did was create pin assignments.

    I had figured that it had to be in Verilog HDL.