diff options
author | Paul Selkirk <paul@psgd.org> | 2015-07-17 06:27:35 -0400 |
---|---|---|
committer | Paul Selkirk <paul@psgd.org> | 2015-07-17 06:27:35 -0400 |
commit | c8271a639a6b59de1e7414e453e173f9e4458ef5 (patch) | |
tree | 3096a627a7d45821ab6d03cac6e592ecf39a4704 /src/rtl | |
parent | fc8c9324320af3fc258df33f176583506ea5de38 (diff) |
fix CORE_VERSION to match what we think it should be
Diffstat (limited to 'src/rtl')
-rw-r--r-- | src/rtl/aes.v | 2 |
1 files changed, 1 insertions, 1 deletions
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" //---------------------------------------------------------------- |