nihi
Newbie level 4
- Joined
- Mar 17, 2015
- Messages
- 6
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1
- Activity points
- 41
Hello
I am doing my thesis project as VHDL Implementation of AES-128 algorithm. I have done the encryption and decryption using loop unrolled architecture but it is giving me high resource utilization. So, I am trying it by using State Machine. I have taken 4 states as RESET1, RESET2,IDLE, Processing. By using this I have got the encryption result but having problem in decryption.
I am attaching my code here.
View attachment aesdecryption.rar
Please help me doing this asap.
I am doing my thesis project as VHDL Implementation of AES-128 algorithm. I have done the encryption and decryption using loop unrolled architecture but it is giving me high resource utilization. So, I am trying it by using State Machine. I have taken 4 states as RESET1, RESET2,IDLE, Processing. By using this I have got the encryption result but having problem in decryption.
I am attaching my code here.
View attachment aesdecryption.rar
Please help me doing this asap.