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 回复数
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.