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

Subversion Repositories or1k

[/] [or1k/] [tags/] [nog_patch_67/] [or1ksim/] [sim-config.h] - Diff between revs 425 and 426

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

Rev 425 Rev 426
Line 170... Line 170...
    int init;               /* Whether we are still initilizing sim */
    int init;               /* Whether we are still initilizing sim */
    int script_file_specified;/* Whether script file was already loaded */
    int script_file_specified;/* Whether script file was already loaded */
    char *filename;  /* Original Command Simulator file (CZ) */
    char *filename;  /* Original Command Simulator file (CZ) */
  } sim;
  } sim;
 
 
  struct {
 
    struct {
 
      FILE *log;            /* Log file for this device */
 
    } table[MAX_MEMORIES];
 
  } memory;
 
 
 
  struct {                  /* Verification API, part of Advanced Core Verification */
  struct {                  /* Verification API, part of Advanced Core Verification */
    FILE *vapi_file;        /* vapi file */
    FILE *vapi_file;        /* vapi file */
  } vapi;
  } vapi;
};
};
 
 

powered by: WebSVN 2.1.0

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