From 09dc231a54c8e06705950752a059bdde0e4a9ac2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20Stro=CC=88mbergson?= Date: Mon, 5 Oct 2015 15:04:16 +0200 Subject: (1) Added warmup functionality to the rosc entropy provider. (2) Changed name of enable port in the core. (3) Added a rudimentary makefile to allos building and linting of the rosc entropy core. --- src/rtl/rosc_entropy.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rtl/rosc_entropy.v') diff --git a/src/rtl/rosc_entropy.v b/src/rtl/rosc_entropy.v index 0a7e60b..77af1f5 100644 --- a/src/rtl/rosc_entropy.v +++ b/src/rtl/rosc_entropy.v @@ -141,7 +141,7 @@ module rosc_entropy( .clk(clk), .reset_n(reset_n), - .en(enable_reg), + .enable(enable_reg), .opa(op_a_reg), .opb(op_b_reg), -- cgit v1.2.3