aboutsummaryrefslogtreecommitdiff
path: root/src/rtl/rosc_entropy.v
diff options
context:
space:
mode:
authorJoachim StroĢˆmbergson <joachim@secworks.se>2015-10-05 15:04:16 +0200
committerJoachim StroĢˆmbergson <joachim@secworks.se>2015-10-05 15:04:16 +0200
commit09dc231a54c8e06705950752a059bdde0e4a9ac2 (patch)
tree4afc619463f3a6da2e72245b64e72ec4720b6741 /src/rtl/rosc_entropy.v
parent4c3b76c5b8d2809b236d2396ed6a8b36be4587e8 (diff)
(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.
Diffstat (limited to 'src/rtl/rosc_entropy.v')
-rw-r--r--src/rtl/rosc_entropy.v2
1 files changed, 1 insertions, 1 deletions
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),