diff options
author | Pavel V. Shatov (Meister) <meisterpaul1@yandex.ru> | 2016-12-04 23:07:58 +0300 |
---|---|---|
committer | Pavel V. Shatov (Meister) <meisterpaul1@yandex.ru> | 2016-12-04 23:07:58 +0300 |
commit | a66be3237f5e9f4b6144cec093b047acfd70ffc6 (patch) | |
tree | 51e3d9ca5498de7a2adf36c74674144c07a179e3 /rtl/ecdsa256_wrapper.v | |
parent | 25e338149fdb8e06c82d99600769a8498a85ef2c (diff) |
Added README.md with core description, API details, etc
Added previously forgotten generic replacements for vendor-specific primitives
Minor clean up of comments
Slightly reduced power consumption
Diffstat (limited to 'rtl/ecdsa256_wrapper.v')
-rw-r--r-- | rtl/ecdsa256_wrapper.v | 6 |
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" // |