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

Subversion Repositories aemb

[/] [aemb/] [trunk/] [sw/] [cc/] [testbench.cc] - Diff between revs 191 and 206

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

Rev 191 Rev 206
Line 73... Line 73...
 
 
  // *** 5. INTERRUPT ***
  // *** 5. INTERRUPT ***
  printtest("Hardware Interrupts");
  printtest("Hardware Interrupts");
  checkcode(interruptTest(MAX_TEST));
  checkcode(interruptTest(MAX_TEST));
 
 
  // *** 6. EXTENSION ***
  // *** 6. EXCEPTIONS ***
 
  printtest("Hardware Exceptions");
 
  checkcode(exceptionTest(MAX_TEST));
 
 
 
  // *** 7. EXTENSION ***
  printtest("Accellerator Link");
  printtest("Accellerator Link");
  checkcode(xslTest(MAX_TEST));
  checkcode(xslTest(MAX_TEST));
}
}
 
 
// run tests
// run tests
Line 89... Line 93...
  coretests();
  coretests();
 
 
  return EXIT_SUCCESS;
  return EXIT_SUCCESS;
}
}
 
 
/*
 
  $Log: not supported by cvs2svn $
 
  Revision 1.5  2008/04/26 19:32:00  sybreon
 
  Made headers C compatible.
 
 
 
  Revision 1.4  2008/04/26 18:08:12  sybreon
 
  Made single-thread compatible.
 
 
 
  Revision 1.3  2008/04/26 00:25:19  sybreon
 
  switched printf's to iprintf's because iprintf's don't work by
 
  -O3 for some reason.
 
 
 
  Revision 1.2  2008/04/21 12:13:12  sybreon
 
  Passes arithmetic tests with single thread.
 
*/
 
 
 
 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.