From 136f26d704cb6b318b6cd3f79c19b9258b19813b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20Stro=CC=88mbergson?= Date: Fri, 8 Feb 2019 10:42:37 +0100 Subject: (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. --- src/rtl/chacha_qr.v | 1 - 1 file changed, 1 deletion(-) (limited to 'src/rtl/chacha_qr.v') 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, -- cgit v1.2.3