aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/rtl/rosc_entropy.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rtl/rosc_entropy.v b/src/rtl/rosc_entropy.v
index 77af1f5..9c8a208 100644
--- a/src/rtl/rosc_entropy.v
+++ b/src/rtl/rosc_entropy.v
@@ -68,10 +68,10 @@ module rosc_entropy(
parameter ADDR_NAME1 = 8'h01;
parameter ADDR_VERSION = 8'h02;
- parameter ADDR_CTRL = 8'h10;
+ parameter ADDR_CTRL = 8'h08;
parameter CTRL_ENABLE_BIT = 0;
- parameter ADDR_STATUS = 8'h11;
+ parameter ADDR_STATUS = 8'h09;
parameter STATUS_ENTROPY_VALID_BIT = 0;
parameter ADDR_OP_A = 8'h18;