Use DevMgr::getNextDevicePath()

Also, a fix for number of args passed for accelsim.

Updated to newest version of DriverFramework.

DF drvices show up now in list_devices

Signed-off-by: Mark Charlebois <charlebm@gmail.com>
This commit is contained in:
Mark Charlebois
2015-11-16 16:57:57 -08:00
parent 3f20d78dfe
commit 618626103f
4 changed files with 13 additions and 11 deletions

View File

@@ -1182,6 +1182,10 @@ accelsim_main(int argc, char *argv[])
}
}
if (argc <= 1) {
accelsim::usage();
return 1;
}
const char *verb = argv[myoptind];
/*