aboutsummaryrefslogtreecommitdiff
path: root/src/tb/tb_aes.v
diff options
context:
space:
mode:
authorJoachim StroĢˆmbergson <joachim@secworks.se>2018-05-22 11:18:35 +0200
committerJoachim StroĢˆmbergson <joachim@secworks.se>2018-05-22 11:18:35 +0200
commita689dccc34edcc6b955c9b522bb141e32c871add (patch)
tree13a0554d23fdea8d0edd5c552144ff7e7ddb6431 /src/tb/tb_aes.v
parentea98bf78abd32420b803ba2f67e264c89ee98077 (diff)
Combined all AES round operations into a single operation for a round.
Diffstat (limited to 'src/tb/tb_aes.v')
-rw-r--r--src/tb/tb_aes.v1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tb/tb_aes.v b/src/tb/tb_aes.v
index bd51ec8..35fc1d9 100644
--- a/src/tb/tb_aes.v
+++ b/src/tb/tb_aes.v
@@ -305,6 +305,7 @@ module tb_aes();
end
endtask // read_word
+
//----------------------------------------------------------------
// wait_ready
//