aboutsummaryrefslogtreecommitdiff
path: root/rtl/ecdsa256_wrapper.v
diff options
context:
space:
mode:
Diffstat (limited to 'rtl/ecdsa256_wrapper.v')
-rw-r--r--rtl/ecdsa256_wrapper.v6
1 files changed, 3 insertions, 3 deletions
diff --git a/rtl/ecdsa256_wrapper.v b/rtl/ecdsa256_wrapper.v
index 74f2cbe..c6e93ea 100644
--- a/rtl/ecdsa256_wrapper.v
+++ b/rtl/ecdsa256_wrapper.v
@@ -75,12 +75,12 @@ module ecdsa256_wrapper
// localparam CONTROL_INIT_BIT = 0; -- not used
localparam CONTROL_NEXT_BIT = 1;
- localparam STATUS_READY_BIT = 0;
-// localparam STATUS_VALID_BIT = 1; -- hardcoded to always read 1
+// localparam STATUS_READY_BIT = 0; -- hardcoded to always read 1
+ localparam STATUS_VALID_BIT = 1;
localparam CORE_NAME0 = 32'h65636473; // "ecds"
localparam CORE_NAME1 = 32'h61323536; // "a256"
- localparam CORE_VERSION = 32'h302E3130; // "0.10"
+ localparam CORE_VERSION = 32'h302E3131; // "0.11"
//