Altera_Forum
Honored Contributor
14 years agoHelp!:Error (10327)
Hello there everyone, i'm currently trying to implement XTEA in VHDL using the C code from http://en.wikipedia.org/wiki/xtea. The following is my VHDL code:
Library IEEE;
USE IEEE.std_logic_116...