Forum Discussion
CLyna
New Contributor
7 years agoIssue with algorithm
I have been working on a version of the AES encryption algorithm, but the output waves are not matching up to what they should be i have included screenshot of the wave an the code, any help would be...
sstrell
Super Contributor
7 years agoJust looking at your code, you have an if check on LOAD equal to 1 but you don't specify what to do if LOAD equals 0. That's going to create a latch and could be the cause of your issues.
You always want to have a final "else" clause to cover all cases.
#iwork4intel
- CLyna7 years ago
New Contributor
IF i leave load on one will it constantly stay on round one? I want it to stay on one but to then jump from that if statement and continue the round count? i have an endif straight after?