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/rtl/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/rtl/chacha_qr.v')
-rw-r--r-- | src/rtl/chacha_qr.v | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rtl/chacha_qr.v b/src/rtl/chacha_qr.v index 02fe59b..83edd9b 100644 --- a/src/rtl/chacha_qr.v +++ b/src/rtl/chacha_qr.v @@ -41,7 +41,6 @@ module chacha_qr( input wire clk, - input wire reset_n, input wire [31 : 0] a, input wire [31 : 0] b, |