Rename ADD_SUB_DEFAULT to ADD_SUB_DATA

Signed-off-by: Agathiyan Bragadeesh <agathiyan.bragadeesh2@arm.com>
This commit is contained in:
Agathiyan Bragadeesh 2023-08-01 17:18:31 +01:00
parent 59003c70ae
commit ab329c0dfc
2 changed files with 4 additions and 4 deletions

View file

@ -106,7 +106,7 @@ INPUTS_DEFAULT = [
RANDOM_1024_BIT_SEED_4_NO2, # largest (not a prime)
]
ADD_SUB_DEFAULT = [
ADD_SUB_DATA = [
"0", "1", "3", "f", "fe", "ff", "100", "ff00",
"fffe", "ffff", "10000", # 2^16 - 1, 2^16, 2^16 + 1
"fffffffe", "ffffffff", "100000000", # 2^32 - 1, 2^32, 2^32 + 1