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

Subversion Repositories eco32

[/] [eco32/] [trunk/] [sim/] [shutdown.c] - Diff between revs 246 and 275

Show entire file | Details | Blame | View Log

Rev 246 Rev 275
Line 9... Line 9...
 
 
#include "common.h"
#include "common.h"
#include "console.h"
#include "console.h"
#include "error.h"
#include "error.h"
#include "cpu.h"
#include "cpu.h"
 
#include "trace.h"
#include "mmu.h"
#include "mmu.h"
#include "memory.h"
#include "memory.h"
#include "timer.h"
#include "timer.h"
#include "dspkbd.h"
#include "dspkbd.h"
#include "serial.h"
#include "serial.h"
Line 29... Line 30...
 
 
 
 
void shutdownWrite(Word addr, Word data) {
void shutdownWrite(Word addr, Word data) {
  /* the device supports a single function: exiting the simulator */
  /* the device supports a single function: exiting the simulator */
  cpuExit();
  cpuExit();
 
  traceExit();
  mmuExit();
  mmuExit();
  memoryExit();
  memoryExit();
  timerExit();
  timerExit();
  displayExit();
  displayExit();
  keyboardExit();
  keyboardExit();

powered by: WebSVN 2.1.0

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