source: branches/v4/platforms/caba-ring-ccxcachev4_memcachev4-mips32el/soft/main.c @ 751

Last change on this file since 751 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
Line 
1#include "system.h"
2#include "stdio.h"
3
4#include "define.h"
5#include "common/common.h"
6#include "benchmark/benchmark.h"
7#include "irq/irq.h"
8
9int main()
10{
11  system_start();
12 
13#if TIMER_INTERRUPT
14  irq_init();
15#endif
16 
17  benchmark();
18 
19  EXIT(0);
20
21  return 1;
22}
Note: See TracBrowser for help on using the repository browser.