aboutsummaryrefslogtreecommitdiff
path: root/src/tb
diff options
context:
space:
mode:
authorJoachim StroĢˆmbergson <joachim@secworks.se>2018-05-21 17:45:48 +0200
committerJoachim StroĢˆmbergson <joachim@secworks.se>2018-05-21 17:45:48 +0200
commitb25a4d4dcc274d791cf7997eb88fcedc395c8a6f (patch)
treeb1a837b35c0b2d11d985aeac7d38df2b8bb5bf7f /src/tb
parent5bf8bd4db261c9823f0e80f6771f3e635c5cbb90 (diff)
Removed the sword counter since it is not needed.
Diffstat (limited to 'src/tb')
-rw-r--r--src/tb/tb_aes_encipher_block.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tb/tb_aes_encipher_block.v b/src/tb/tb_aes_encipher_block.v
index 68e88dd..cc08d8e 100644
--- a/src/tb/tb_aes_encipher_block.v
+++ b/src/tb/tb_aes_encipher_block.v
@@ -166,8 +166,8 @@ module tb_aes_encipher_block();
$display("Control states");
$display("round = 0x%01x", dut.round);
- $display("enc_ctrl = 0x%01x, update_type = 0x%01x, sword_ctr = 0x%01x, round_ctr = 0x%01x",
- dut.enc_ctrl_reg, dut.update_type, dut.sword_ctr_reg, dut.round_ctr_reg);
+ $display("enc_ctrl = 0x%01x, update_type = 0x%01x, round_ctr = 0x%01x",
+ dut.enc_ctrl_reg, dut.update_type, dut.round_ctr_reg);
$display("");
$display("Internal data values");