[aes] Increment version number
The AES module is no longer a plain vanilla AES ECB unit, but supports
additional modes (CBC, CTR) and more features are coming. This commit thus
increments the version number to 0.6 to differentiate it from the vanilla
version 0.5.
Signed-off-by: Pirmin Vogel <vogelpi@lowrisc.org>
diff --git a/hw/ip/aes/aes.core b/hw/ip/aes/aes.core
index cbf6aad..23083d7 100644
--- a/hw/ip/aes/aes.core
+++ b/hw/ip/aes/aes.core
@@ -2,7 +2,7 @@
# Copyright lowRISC contributors.
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0
-name: "lowrisc:ip:aes:0.5"
+name: "lowrisc:ip:aes:0.6"
description: "AES unit"
filesets:
files_rtl:
diff --git a/hw/ip/aes/data/aes.prj.hjson b/hw/ip/aes/data/aes.prj.hjson
index 6a5b331..98ba6ca 100644
--- a/hw/ip/aes/data/aes.prj.hjson
+++ b/hw/ip/aes/data/aes.prj.hjson
@@ -4,7 +4,7 @@
{
name: "aes",
- version: "0.5",
+ version: "0.6",
life_stage: "L1",
design_stage: "D2",
verification_stage: "V1",
diff --git a/hw/ip/aes/dv/aes_model_dpi/aes_model_dpi.core b/hw/ip/aes/dv/aes_model_dpi/aes_model_dpi.core
index 067189e..0b23d24 100644
--- a/hw/ip/aes/dv/aes_model_dpi/aes_model_dpi.core
+++ b/hw/ip/aes/dv/aes_model_dpi/aes_model_dpi.core
@@ -2,13 +2,13 @@
# Copyright lowRISC contributors.
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0
-name: "lowrisc:dv:aes_model_dpi:0.5"
+name: "lowrisc:dv:aes_model_dpi:0.6"
description: "AES model DPI"
filesets:
files_dv:
depend:
- - lowrisc:ip:aes:0.5
- - lowrisc:model:aes:0.5
+ - lowrisc:ip:aes:0.6
+ - lowrisc:model:aes:0.6
files:
- aes_model_dpi.c: { file_type: cSource }
diff --git a/hw/ip/aes/dv/aes_sim.core b/hw/ip/aes/dv/aes_sim.core
index e7cbba2..1de4a7e 100644
--- a/hw/ip/aes/dv/aes_sim.core
+++ b/hw/ip/aes/dv/aes_sim.core
@@ -7,7 +7,7 @@
filesets:
files_rtl:
depend:
- - lowrisc:ip:aes:0.5
+ - lowrisc:ip:aes:0.6
files:
- tb/aes_bind.sv
file_type: systemVerilogSource
diff --git a/hw/ip/aes/dv/env/aes_env.core b/hw/ip/aes/dv/env/aes_env.core
index 307fd2e..50a7b3a 100644
--- a/hw/ip/aes/dv/env/aes_env.core
+++ b/hw/ip/aes/dv/env/aes_env.core
@@ -7,7 +7,7 @@
filesets:
files_rtl:
depend:
- - lowrisc:ip:aes:0.5
+ - lowrisc:ip:aes:0.6
files_dv:
depend:
- lowrisc:dv:cip_lib
diff --git a/hw/ip/aes/model/aes_model.core b/hw/ip/aes/model/aes_model.core
index a3b64b1..a912c76 100644
--- a/hw/ip/aes/model/aes_model.core
+++ b/hw/ip/aes/model/aes_model.core
@@ -2,7 +2,7 @@
# Copyright lowRISC contributors.
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0
-name: "lowrisc:model:aes:0.5"
+name: "lowrisc:model:aes:0.6"
description: "AES Model"
filesets:
files_dv:
diff --git a/hw/ip/aes/model/aes_model_sim_opts.hjson b/hw/ip/aes/model/aes_model_sim_opts.hjson
index 373147a..c68025a 100644
--- a/hw/ip/aes/model/aes_model_sim_opts.hjson
+++ b/hw/ip/aes/model/aes_model_sim_opts.hjson
@@ -4,7 +4,7 @@
{
// Additional build-time options for enabling the compilation of the C sources
// with DV simulators such as VCS and Xcelium.
- aes_mode_core: "lowrisc:model:aes:0.5"
+ aes_mode_core: "lowrisc:model:aes:0.6"
aes_mode_src_dir: "{eval_cmd} echo \"{aes_mode_core}\" | tr ':' '_'"
build_modes: [
diff --git a/hw/ip/aes/model/aes_modes.core b/hw/ip/aes/model/aes_modes.core
index 868f971..738453e 100644
--- a/hw/ip/aes/model/aes_modes.core
+++ b/hw/ip/aes/model/aes_modes.core
@@ -2,7 +2,7 @@
# Copyright lowRISC contributors.
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0
-name: "lowrisc:model:aes_modes:0.5"
+name: "lowrisc:model:aes_modes:0.6"
description: "AES Modes"
filesets:
files_dv: