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

Subversion Repositories or1k

[/] [or1k/] [tags/] [rel-0-3-0-rc2/] [or1ksim/] [cpu/] [or32/] [execute.c] - Diff between revs 1584 and 1651

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

Rev 1584 Rev 1651
Line 652... Line 652...
 
 
  pcnext = 0x0; /* MM1409: All programs should start at reset vector entry!  */
  pcnext = 0x0; /* MM1409: All programs should start at reset vector entry!  */
  if (config.sim.verbose) PRINTF ("Starting at 0x%"PRIxADDR"\n", pcnext);
  if (config.sim.verbose) PRINTF ("Starting at 0x%"PRIxADDR"\n", pcnext);
  cpu_state.pc = pcnext;
  cpu_state.pc = pcnext;
  pcnext += 4;
  pcnext += 4;
  debug(1, "reset ...\n");
 
 
 
#if DYNAMIC_EXECUTION
#if DYNAMIC_EXECUTION
  cpu_state.ts_current = 1;
  cpu_state.ts_current = 1;
#endif
#endif
 
 

powered by: WebSVN 2.1.0

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