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

Subversion Repositories or1k

[/] [or1k/] [tags/] [nog_patch_69/] [or1ksim/] [toplevel.c] - Diff between revs 1364 and 1365

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

Rev 1364 Rev 1365
Line 74... Line 74...
#include "dumpverilog.h"
#include "dumpverilog.h"
#include "trace.h"
#include "trace.h"
#include "cuc.h"
#include "cuc.h"
 
 
/* CVS revision number. */
/* CVS revision number. */
const char rcsrev[] = "$Revision: 1.106 $";
const char rcsrev[] = "$Revision: 1.107 $";
 
 
inline void debug(int level, const char *format, ...)
inline void debug(int level, const char *format, ...)
{
{
  char *p;
  char *p;
  va_list ap;
  va_list ap;
Line 347... Line 347...
}
}
 
 
/* Executes jobs in time queue */
/* Executes jobs in time queue */
static inline void do_scheduler ()
static inline void do_scheduler ()
{
{
  void (*func)(int);
  void (*func)(void *);
  int param;
  void *param;
 
 
  /* Execute all jobs till now */
  /* Execute all jobs till now */
  do {
  do {
    func = SCHED_PEEK().func;
    func = SCHED_PEEK().func;
    param = SCHED_PEEK().param;
    param = SCHED_PEEK().param;

powered by: WebSVN 2.1.0

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