[Cryptech-Commits] [core/cipher/chacha] 01/02: Added missing define.

git at cryptech.is git at cryptech.is
Thu Aug 23 10:58:08 UTC 2018


This is an automated email from the git hooks/post-receive script.

joachim at secworks.se pushed a commit to branch timing_fix
in repository core/cipher/chacha.

commit 90b5fcc58633957ed5a03f0ba210216a5639d2a7
Author: Joachim Strömbergson <joachim at secworks.se>
AuthorDate: Thu Aug 23 11:13:34 2018 +0200

    Added missing define.
---
 src/tb/tb_chacha_core.v | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/tb/tb_chacha_core.v b/src/tb/tb_chacha_core.v
index a36899f..1e729d2 100644
--- a/src/tb/tb_chacha_core.v
+++ b/src/tb/tb_chacha_core.v
@@ -96,6 +96,7 @@ module tb_chacha_core();
   wire           tb_core_ready;
   reg [0 : 511]  tb_core_data_in;
   wire [0 : 511] tb_core_data_out;
+  wire           tb_core_data_out_valid;
 
   reg            display_cycle_ctr;
   reg            display_ctrl_and_ctrs;



More information about the Commits mailing list