From c8271a639a6b59de1e7414e453e173f9e4458ef5 Mon Sep 17 00:00:00 2001 From: Paul Selkirk Date: Fri, 17 Jul 2015 06:27:35 -0400 Subject: 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" //---------------------------------------------------------------- -- cgit v1.2.3