corrects default selection for backend wrt most recent dbt-rise-riscv changes

This commit is contained in:
2025-10-20 15:02:21 +02:00
parent b3c91220ff
commit 4ebf3a0e9d

View File

@@ -82,7 +82,7 @@ void CLIParser::build() {
"enable gdb server and specify port to use")
("backend", po::value<std::string>()->default_value("interp"),
"the ISS backend to use, options are: interp, tcc")
("isa", po::value<std::string>()->default_value("rv32imac"),
("isa", po::value<std::string>()->default_value("rv32imac_m"),
"core or isa name to use for simulation, use '?' to get list")
("dump-ir",
"dump the intermediate representation")