From 1d7af67f55e9bdf3d5a18ab36d737dc4d9dcae24 Mon Sep 17 00:00:00 2001 From: Paul Selkirk Date: Mon, 16 Nov 2015 14:26:33 -0500 Subject: harmonize ctrl and status addresses with other cores --- src/rtl/rosc_entropy.v | 4 ++-- 1 file 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; -- cgit v1.2.3