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
commit4d360294fd9deea928ba2e1e2d42be4406156f87 (patch)
treeb1a837b35c0b2d11d985aeac7d38df2b8bb5bf7f /src/tb
parent78f091b37b907f0c71a9b2bb119dc7b9be46682f (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");