mirror of
https://github.com/Minres/RISCV-VP.git
synced 2025-12-17 17:01:35 +00:00
corrects default selection for backend wrt most recent dbt-rise-riscv changes
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user