diff options
author | Joachim StroĢmbergson <joachim@assured.se> | 2019-02-08 10:42:37 +0100 |
---|---|---|
committer | Joachim StroĢmbergson <joachim@assured.se> | 2019-02-08 10:42:37 +0100 |
commit | 136f26d704cb6b318b6cd3f79c19b9258b19813b (patch) | |
tree | daeaf67995ec819401bef227df55bfa02b645a04 /src/tb/tb_chacha_qr.v | |
parent | de3f38a835ad9ac5ad8b6153a6b363c23641a3f8 (diff) |
(1) Removed reset input port from qr module, qr module instances and qr module tb. (2) Fixed non blocking assigment erroneously used in comboinational process.HEADmaster
Diffstat (limited to 'src/tb/tb_chacha_qr.v')
-rw-r--r-- | src/tb/tb_chacha_qr.v | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tb/tb_chacha_qr.v b/src/tb/tb_chacha_qr.v index 06759d7..2c0de8e 100644 --- a/src/tb/tb_chacha_qr.v +++ b/src/tb/tb_chacha_qr.v @@ -76,7 +76,6 @@ module tb_chacha_qr(); //---------------------------------------------------------------- chacha_qr dut( .clk(tb_clk), - .reset_n(tb_reset_n), .a(a), .b(b), |