source: trunk/platforms/caba-ring-ccxcachev4_memcachev4-mips32el/soft/main.c @ 371

Last change on this file since 371 was 134, checked in by kane, 13 years ago

add multi write buffer in cc_xcache_v4

  • Property svn:executable set to *
File size: 264 bytes
RevLine 
[107]1#include "system.h"
2#include "stdio.h"
3
[134]4#include "define.h"
5#include "common/common.h"
6#include "benchmark/benchmark.h"
7#include "irq/irq.h"
[107]8
9int main()
10{
[134]11  system_start();
[107]12 
[134]13#if TIMER_INTERRUPT
14  irq_init();
15#endif
16 
17  benchmark();
18 
19  EXIT(0);
[107]20
[134]21  return 1;
[107]22}
Note: See TracBrowser for help on using the repository browser.