OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [orpsocv2/] [bench/] [sysc/] [src/] [Or1200MonitorSC.cpp] - Diff between revs 52 and 53

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)

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.