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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [or1ksim/] [toplevel-support.c] - Diff between revs 202 and 220

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

Rev 202 Rev 220
Line 219... Line 219...
  Wait for VAPI to connect if configured.                                    */
  Wait for VAPI to connect if configured.                                    */
/*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*/
void
void
sim_init ()
sim_init ()
{
{
  printf ("Or1ksim " PACKAGE_VERSION "\n" );
  PRINTFQ ("Or1ksim " PACKAGE_VERSION "\n" );
  init_labels ();
  init_labels ();
  init_breakpoints ();
  init_breakpoints ();
  initstats ();
  initstats ();
  build_automata ();
  build_automata (config.sim.quiet);
 
 
#if DYNAMIC_EXECUTION
#if DYNAMIC_EXECUTION
  /* Note: This must be called before the scheduler is used */
  /* Note: This must be called before the scheduler is used */
  init_dyn_recomp ();
  init_dyn_recomp ();
#endif
#endif

powered by: WebSVN 2.1.0

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