Altera_Forum
Honored Contributor
12 years agoHow to run VHDL code on Altera DE2?
Hello! I am newbie in FPGA, but all last mounth I try understand how it works :) I am create some simple projects like calculator or binary clock on Altera DE2 by whatching some video lessons. And now i want to run on Altera DE2 some hash function algorythm. I am understand how it works as programming algorythm, but I can't understand how to run it on this board. VHDL code of this algorythm I download from this (keccak.noekeon.org / KeccakVHDL-3.1.zip).
I am create a new project in Quartus II and add in it VHDL files. Compilation was successful, but it's not working on board. I think it's because of I am not write pins on Assignment Editor in Quartus II and Quartus compile this code with random pins. (But I am not understand about it). But after reading Altera DE2 User Manual I am can't understand how work with memory on this board. So, may be can help me create working Quartus II project with this algorythm?