URL
https://opencores.org/ocsvn/aemb/aemb/trunk
[/] [aemb/] [trunk/] [sw/] [cc/] [simboard.hh] - Diff between revs 146 and 154
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 146 |
Rev 154 |
Line 1... |
Line 1... |
/* $Id: simboard.hh,v 1.6 2008-04-27 16:35:16 sybreon Exp $
|
/* $Id: simboard.hh,v 1.7 2008-04-28 20:40:40 sybreon Exp $
|
**
|
**
|
** AEMB Function Verification C++ Testbench
|
** AEMB Function Verification C++ Testbench
|
** Copyright (C) 2004-2008 Shawn Tan
|
** Copyright (C) 2004-2008 Shawn Tan
|
**
|
**
|
** This file is part of AEMB.
|
** This file is part of AEMB.
|
Line 28... |
Line 28... |
|
|
#define CODE_FAIL 0xDEADBEEF
|
#define CODE_FAIL 0xDEADBEEF
|
#define CODE_PASS 0xCAFEF00D
|
#define CODE_PASS 0xCAFEF00D
|
|
|
#ifdef __cplusplus
|
#ifdef __cplusplus
|
using namespace aemb;
|
extern "C" {
|
#endif
|
#endif
|
|
|
/*
|
/*
|
I/O FUNCTIONS
|
I/O FUNCTIONS
|
*/
|
*/
|
Line 45... |
Line 45... |
char inbyte()
|
char inbyte()
|
{
|
{
|
return 0;
|
return 0;
|
}
|
}
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
#endif
|
#endif
|
|
|
/*
|
/*
|
$Log: not supported by cvs2svn $
|
$Log: not supported by cvs2svn $
|
|
Revision 1.6 2008/04/27 16:35:16 sybreon
|
|
Minor code cleanup.
|
|
|
Revision 1.5 2008/04/27 16:04:42 sybreon
|
Revision 1.5 2008/04/27 16:04:42 sybreon
|
Minor cosmetic changes.
|
Minor cosmetic changes.
|
|
|
Revision 1.4 2008/04/26 19:32:00 sybreon
|
Revision 1.4 2008/04/26 19:32:00 sybreon
|
Made headers C compatible.
|
Made headers C compatible.
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.