diff options
author | Paul Selkirk <paul@psgd.org> | 2019-01-15 14:00:00 -0500 |
---|---|---|
committer | Paul Selkirk <paul@psgd.org> | 2019-01-15 14:00:00 -0500 |
commit | a193ff4771e8bcfcfb02b798422bf963bcfc2e96 (patch) | |
tree | a38e5819012902f64919c23bc11fd37610b6e415 | |
parent | 9590720514b597c66f9524eef6615335e766091a (diff) |
Bump the version number, because new code.
-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 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" //---------------------------------------------------------------- |