From a193ff4771e8bcfcfb02b798422bf963bcfc2e96 Mon Sep 17 00:00:00 2001 From: Paul Selkirk Date: Tue, 15 Jan 2019 14:00:00 -0500 Subject: Bump the version number, because new code. --- 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 492ba56..1df92f3 100644 --- a/src/rtl/aes.v +++ b/src/rtl/aes.v @@ -85,7 +85,7 @@ module aes( localparam CORE_NAME0 = 32'h61657320; // "aes " localparam CORE_NAME1 = 32'h20202020; // " " - localparam CORE_VERSION = 32'h302e3630; // "0.60" + localparam CORE_VERSION = 32'h302e3730; // "0.70" //---------------------------------------------------------------- -- cgit v1.2.3