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

Subversion Repositories or1k

[/] [or1k/] [tags/] [nog_patch_66/] [or1ksim/] [sim-config.c] - Diff between revs 632 and 633

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 632 Rev 633
Line 239... Line 239...
    } else
    } else
    if (!strcmp(argv[0], "-g") || !strcmp(argv[0], "--group")) {
    if (!strcmp(argv[0], "-g") || !strcmp(argv[0], "--group")) {
      argv++; argc--;
      argv++; argc--;
      config.sim.mprofile_group = strtoul(argv[0], NULL, 0);
      config.sim.mprofile_group = strtoul(argv[0], NULL, 0);
      argv++; argc--;
      argv++; argc--;
    }
    } else
#endif
#endif
    if (strcmp(*argv, "--output-cfg") == 0) {
    if (strcmp(*argv, "--output-cfg") == 0) {
      runtime.sim.output_cfg = 1;
      runtime.sim.output_cfg = 1;
      argv++; argc--;
      argv++; argc--;
    } else {
    } else {

powered by: WebSVN 2.1.0

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