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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [or1ksim/] [sim-config.h] - Diff between revs 93 and 98

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

Rev 93 Rev 98
Line 197... Line 197...
    unsigned int  instr;        /* Current JTAG instruction */
    unsigned int  instr;        /* Current JTAG instruction */
    unsigned long int  mod_id;  /* Currently selected module */
    unsigned long int  mod_id;  /* Currently selected module */
    int  write_defined_p;       /* WRITE_COMMAND has set details for GO */
    int  write_defined_p;       /* WRITE_COMMAND has set details for GO */
    unsigned char  acc_type;    /* Access type for GO */
    unsigned char  acc_type;    /* Access type for GO */
    unsigned long int  addr;    /* Address to read/write for GO */
    unsigned long int  addr;    /* Address to read/write for GO */
    unsigned long int  size;    /* Number of bytes to read/write */
    unsigned long int  size;    /* Num bytes to read/write (up to 2^16) */
  } debug;
  } debug;
 
 
  struct
  struct
  {
  {
    long long instructions;     /* Instructions executed */
    long long instructions;     /* Instructions executed */

powered by: WebSVN 2.1.0

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