From 830dcc0ea4bfc79dfc7b96d57d8e203096ed0374 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20Stro=CC=88mbergson?= Date: Thu, 18 Sep 2014 18:35:08 +0200 Subject: Updates after synthesis of the complete trng. --- src/rtl/trng_csprng.v | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/rtl/trng_csprng.v') diff --git a/src/rtl/trng_csprng.v b/src/rtl/trng_csprng.v index 1bdc737..f9869db 100644 --- a/src/rtl/trng_csprng.v +++ b/src/rtl/trng_csprng.v @@ -136,8 +136,6 @@ module trng_csprng( wire cipher_data_out_valid; wire cipher_ready; - reg discard_outputs; - wire fifo_more_data; reg fifo_discard; wire fifo_rnd_syn; @@ -323,7 +321,6 @@ module trng_csprng( ready_we = 0; error_new = 0; error_we = 0; - discard_outputs = 0; seed_ack_new = 0; more_seed_new = 0; fifo_discard = 0; @@ -498,7 +495,6 @@ module trng_csprng( cipher_block_new = {16{32'h00000000}}; cipher_block_we = 1; block_ctr_rst = 1; - discard_outputs = 1; csprng_ctrl_new = CTRL_IDLE; csprng_ctrl_we = 1; end -- cgit v1.2.3