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

Subversion Repositories csa

[/] [csa/] [trunk/] [pc/] [misc.h] - Blame information for rev 38

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 30 simon111
/*
2
 * =====================================================================================
3
 *
4
 *       Filename:  misc.h
5
 *
6
 *    Description:  some stuff
7
 *
8
 *        Version:  1.0
9
 *        Created:  04/16/2009 08:19:32 PM
10
 *       Revision:  none
11
 *       Compiler:  gcc
12
 *
13
 *         Author:  mengxipeng@gmail.com
14
 *
15
 * =====================================================================================
16
 */
17
 
18
 
19
#ifndef __MISC__
20
#define __MISC__
21
 
22
#include <stdio.h>
23 38 simon111
//#include <unistd.h>
24 30 simon111
 
25
#define DEBUG_LINE(fmt,arg...) \
26 38 simon111
        do{   printf(fmt,##arg);printf("\n");fflush(stdout);}while(0)
27 30 simon111
 
28
#endif
29
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.