mirror of
https://github.com/Minres/RISCV-VP.git
synced 2026-01-11 17:14:06 +00:00
update submodules and CLIParser sto finish execution after help switch
This commit is contained in:
Submodule dbt-rise-riscv updated: 0521018e44...e187284501
2
scc
2
scc
Submodule scc updated: ad44f61ee0...d68acaab98
@@ -28,6 +28,7 @@ CLIParser::CLIParser(int argc, char* argv[])
|
|||||||
// --help option
|
// --help option
|
||||||
if(vm_.count("help")) {
|
if(vm_.count("help")) {
|
||||||
std::cout << "DBT-RISE-TGC based virtual platform of TGC cores" << std::endl << desc << std::endl;
|
std::cout << "DBT-RISE-TGC based virtual platform of TGC cores" << std::endl << desc << std::endl;
|
||||||
|
exit(0);
|
||||||
}
|
}
|
||||||
po::notify(vm_); // throws on error, so do after help in case there are any problems
|
po::notify(vm_); // throws on error, so do after help in case there are any problems
|
||||||
valid = true;
|
valid = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user