Skip to content

Commit

Permalink
tools: add b extension to standard benchmark
Browse files Browse the repository at this point in the history
Signed-off-by: Huaqi Fang <[email protected]>
  • Loading branch information
fanghuaqi committed Apr 1, 2024
1 parent 528ea3a commit 99385d5
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
3 changes: 2 additions & 1 deletion tools/scripts/nsdk_cli/configs/cpu/std/n200.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"CPU_SERIES": "200"
},
"build_configs": {
"rv32imac": {"CORE":"n203"}
"rv32imac": {"CORE":"n203"},
"rv32imacb": {"CORE":"n203", "ARCH_EXT": "_zba_zbb_zbc_zbs"}
}
}
3 changes: 2 additions & 1 deletion tools/scripts/nsdk_cli/configs/cpu/std/n300.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"build_configs": {
"rv32imac": {"CORE":"n300"},
"rv32imafc": {"CORE":"n300f", "ARCH_EXT":""},
"rv32imafdc": {"CORE":"n300fd", "ARCH_EXT":""}
"rv32imafdc": {"CORE":"n300fd", "ARCH_EXT":""},
"rv32imafdcb": {"CORE":"n300fd", "ARCH_EXT":"_zba_zbb_zbc_zbs"}
}
}
3 changes: 2 additions & 1 deletion tools/scripts/nsdk_cli/configs/cpu/std/n600.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"build_configs": {
"rv32imac": {"CORE":"n600"},
"rv32imafc": {"CORE":"n600f", "ARCH_EXT":""},
"rv32imafdc": {"CORE":"n600fd", "ARCH_EXT":""}
"rv32imafdc": {"CORE":"n600fd", "ARCH_EXT":""},
"rv32imafdcb": {"CORE":"n600fd", "ARCH_EXT":""}
}
}
3 changes: 2 additions & 1 deletion tools/scripts/nsdk_cli/configs/cpu/std/n900.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"build_configs": {
"rv32imac": {"CORE":"n900"},
"rv32imafc": {"CORE":"n900f", "ARCH_EXT":""},
"rv32imafdc": {"CORE":"n900fd", "ARCH_EXT":""}
"rv32imafdc": {"CORE":"n900fd", "ARCH_EXT":""},
"rv32imafdcb": {"CORE":"n900fd", "ARCH_EXT":"_zba_zbb_zbc_zbs"}
}
}
3 changes: 2 additions & 1 deletion tools/scripts/nsdk_cli/configs/cpu/std/ux600.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"build_configs": {
"rv64imac": {"CORE":"nx600"},
"rv64imafc": {"CORE":"nx600f", "ARCH_EXT":""},
"rv64imafdc": {"CORE":"nx600fd", "ARCH_EXT":""}
"rv64imafdc": {"CORE":"nx600fd", "ARCH_EXT":""},
"rv64imafdcb": {"CORE":"nx600fd", "ARCH_EXT":"_zba_zbb_zbc_zbs"}
}
}
3 changes: 2 additions & 1 deletion tools/scripts/nsdk_cli/configs/cpu/std/ux900.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"build_configs": {
"rv64imac": {"CORE":"nx900"},
"rv64imafc": {"CORE":"nx900f", "ARCH_EXT":""},
"rv64imafdc": {"CORE":"nx900fd", "ARCH_EXT":""}
"rv64imafdc": {"CORE":"nx900fd", "ARCH_EXT":""},
"rv64imafdcb": {"CORE":"nx900fd", "ARCH_EXT":"_zba_zbb_zbc_zbs"}
}
}

0 comments on commit 99385d5

Please sign in to comment.