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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [or1ksim/] [sim-config.h] - Diff between revs 220 and 224

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

Rev 220 Rev 224
Line 250... Line 250...
};
};
 
 
/*! Enum of all possible paramter types */
/*! Enum of all possible paramter types */
enum param_t
enum param_t
{
{
  paramt_none = 0,               /* No parameter */
  PARAMT_NONE = 0,               /* No parameter */
  paramt_str,                   /* String parm enclosed in double quotes (") */
  PARAMT_STR,                   /* String parm enclosed in double quotes (") */
  paramt_word,                  /* String parm NOT enclosed in double quotes */
  PARAMT_WORD,                  /* String parm NOT enclosed in double quotes */
  paramt_int,                   /* Integer parameter */
  PARAMT_INT,                   /* Integer parameter */
  paramt_longlong,              /* Long long int parameter */
  PARAMT_LONGLONG,              /* Long long int parameter */
  paramt_addr                   /* Address parameter */
  PARAMT_ADDR                   /* Address parameter */
};
};
 
 
/* Generic structure for a configuration section */
/* Generic structure for a configuration section */
struct config_section
struct config_section
{
{

powered by: WebSVN 2.1.0

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