[Cryptech-Commits] [user/sra/aes_merged] 12/45: fix CORE_VERSION to match what we think it should be

git at cryptech.is git at cryptech.is
Wed Jan 9 16:32:29 UTC 2019


This is an automated email from the git hooks/post-receive script.

sra at hactrn.net pushed a commit to branch master
in repository user/sra/aes_merged.

commit c8271a639a6b59de1e7414e453e173f9e4458ef5
Author: Paul Selkirk <paul at psgd.org>
AuthorDate: 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