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

Last change on this file since 2 was 2, checked in by kane, 17 years ago

Import Morpheo

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.