URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 52 |
Rev 53 |
Line 98... |
Line 98... |
if(argv[i+1][0] != '-')
|
if(argv[i+1][0] != '-')
|
profileFileName = (argv[i+1]);
|
profileFileName = (argv[i+1]);
|
}
|
}
|
}
|
}
|
else if ((strcmp(argv[i], "-m")==0) ||
|
else if ((strcmp(argv[i], "-m")==0) ||
|
(strcmp(argv[i], "--mdump")==0))
|
(strcmp(argv[i], "--memdump")==0))
|
{
|
{
|
do_memdump = 1;
|
do_memdump = 1;
|
// Check for !end of command line and that next thing is not a command
|
// Check for !end of command line and that next thing is not a command
|
// or a memory address
|
// or a memory address
|
if (i+1 < argc)
|
if (i+1 < argc)
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.