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

Subversion Repositories or1k_old

[/] [or1k_old/] [tags/] [stable_0_2_0_rc3/] [or1ksim/] [support/] [sched.c] - Diff between revs 1545 and 1557

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

Rev 1545 Rev 1557
Line 37... Line 37...
#include "arch.h"
#include "arch.h"
#include "sim-config.h"
#include "sim-config.h"
#include "config.h"
#include "config.h"
#include "sched.h"
#include "sched.h"
 
 
 
/* FIXME: Scheduler should continue from previous cycles not current ones */
 
 
struct scheduler_struct scheduler;
struct scheduler_struct scheduler;
 
 
/* Dummy function, representing a guard, which protects heap from
/* Dummy function, representing a guard, which protects heap from
   emptying */
   emptying */
void sched_guard (void *dat)
void sched_guard (void *dat)
Line 106... Line 108...
 
 
  SCHED_ADD(func, dat, cycles);
  SCHED_ADD(func, dat, cycles);
}
}
 
 
 
 
#warning Scheduler should continue from previous cycles not current ones
 
 
 
 No newline at end of file
 No newline at end of file

powered by: WebSVN 2.1.0

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