source: trunk/IPs/systemC/shared/macro.h @ 81

Last change on this file since 81 was 81, checked in by rosiere, 16 years ago
  • Finish Environment (and test)
  • Continue predictor_unit
  • Add external tools
  • svn keyword "Id" set
  • Property svn:keywords set to Id
File size: 242 bytes
Line 
1#ifndef MACRO_H
2#define MACRO_H
3
4#include "processor/M_CPU/Include/debug.h"
5#include "processor/M_CPU/Include/log2.h"
6
7#define ERROR(msg)            do {fprintf(stderr,"<%s> : %s\n",NAME,msg);sc_stop();exit(0);} while(0);
8
9#endif // !MACRO_H
Note: See TracBrowser for help on using the repository browser.