From 035e85dc38114de1e7971e2865553df386c0c290 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20Stro=CC=88mbergson?= Date: Tue, 16 Oct 2018 10:47:40 +0200 Subject: Added width definitions and cleaned up how constants are written in reset statements. As part of checking that all registers are being reset. --- src/rtl/avalanche_entropy.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rtl/avalanche_entropy.v') diff --git a/src/rtl/avalanche_entropy.v b/src/rtl/avalanche_entropy.v index fc70f5f..8eac786 100644 --- a/src/rtl/avalanche_entropy.v +++ b/src/rtl/avalanche_entropy.v @@ -145,7 +145,7 @@ module avalanche_entropy( begin if (!reset_n) begin - enable_reg <= 1; + enable_reg <= 1'h1; end else begin -- cgit v1.2.3