[Cryptech-Commits] [core/cipher/aes] 01/01: fix CORE_VERSION to match what we think it should be
git at cryptech.is
git at cryptech.is
Fri Jul 17 10:28:09 UTC 2015
This is an automated email from the git hooks/post-receive script.
paul at psgd.org pushed a commit to branch master
in repository core/cipher/aes.
commit c8271a639a6b59de1e7414e453e173f9e4458ef5
Author: Paul Selkirk <paul at psgd.org>
Date: Fri Jul 17 06:27:35 2015 -0400
fix CORE_VERSION to match what we think it should be
---
src/rtl/aes.v | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/rtl/aes.v b/src/rtl/aes.v
index f9fb318..c80526b 100644
--- a/src/rtl/aes.v
+++ b/src/rtl/aes.v
@@ -92,7 +92,7 @@ module aes(
localparam CORE_NAME0 = 32'h61657320; // "aes "
localparam CORE_NAME1 = 32'h20202020; // " "
- localparam CORE_VERSION = 32'h302e3820; // "0.80"
+ localparam CORE_VERSION = 32'h302e3830; // "0.80"
//----------------------------------------------------------------
More information about the Commits
mailing list