commit | cf67f2f6be63162b12c17ca007c87994245c477d | [log] [tgz] |
---|---|---|
author | Rasmus Madsen <rasmus.madsen@wdc.com> | Tue Feb 09 09:45:54 2021 -0800 |
committer | rasmus-madsen <53917183+rasmus-madsen@users.noreply.github.com> | Fri Mar 12 13:13:17 2021 +0100 |
tree | f9ba459738be1e1fcae02191d157fd63978a597a | |
parent | 4d8438cfc7769fbc4a5c1ea7f25e5c306c8e01b3 [diff] |
[aes/dv] added tests to stress Signed-off-by: Rasmus Madsen <rasmus.madsen@wdc.com>
diff --git a/hw/ip/aes/dv/aes_sim_cfg.hjson b/hw/ip/aes/dv/aes_sim_cfg.hjson index 7dd8f75..db595d4 100644 --- a/hw/ip/aes/dv/aes_sim_cfg.hjson +++ b/hw/ip/aes/dv/aes_sim_cfg.hjson
@@ -96,7 +96,7 @@ } { name: stress - tests: ["aes_stress","aes_b2b"] + tests: ["aes_stress","aes_b2b", "aes_clear", "aes_config_error", "aes_smoke"] } ] }