|
Message
From: cvs at opencores.org<cvs@o...>
Date: Sat Apr 26 20:07:19 CEST 2008
Subject: [cvs-checkins] MODIFIED: aemb ...
Date: 00/08/04 26:20:07 Modified: aemb/sw/cc literate.hh simboard.hh Log: Minor cosmetic changes. Revision Changes Path 1.4 aemb/sw/cc/literate.hh http://www.opencores.org/cvsweb.shtml/aemb/sw/cc/literate.hh.diff?r1=1.3&r2=1.4 (In the diff below, changes in quantity of whitespace are not shown.) Index: literate.hh =================================================================== RCS file: /cvsroot/sybreon/aemb/sw/cc/literate.hh,v retrieving revision 1.3 retrieving revision 1.4 diff -u -b -r1.3 -r1.4 --- literate.hh 21 Apr 2008 12:01:18 -0000 1.3 +++ literate.hh 26 Apr 2008 18:07:19 -0000 1.4 @@ -1,4 +1,4 @@ -/* $Id: literate.hh,v 1.3 2008/04/21 12:01:18 sybreon Exp $ +/* $Id: literate.hh,v 1.4 2008/04/26 18:07:19 sybreon Exp $ ** ** AEMB Function Verification C++ Testbench ** Copyright (C) 2004-2008 Shawn Tan <shawn.tan@a...> @@ -26,7 +26,7 @@ modified for AEMB testing. */ -#include <cstdlib> +#include <stdlib.h> #include "simboard.hh" #ifndef LITERATE_HH @@ -93,6 +93,7 @@ (fast != fib_lut8[n])) { return EXIT_FAILURE; } + } return EXIT_SUCCESS; } 1.3 aemb/sw/cc/simboard.hh http://www.opencores.org/cvsweb.shtml/aemb/sw/cc/simboard.hh.diff?r1=1.2&r2=1.3 (In the diff below, changes in quantity of whitespace are not shown.) Index: simboard.hh =================================================================== RCS file: /cvsroot/sybreon/aemb/sw/cc/simboard.hh,v retrieving revision 1.2 retrieving revision 1.3 diff -u -b -r1.2 -r1.3 --- simboard.hh 21 Apr 2008 12:13:12 -0000 1.2 +++ simboard.hh 26 Apr 2008 18:07:19 -0000 1.3 @@ -1,4 +1,4 @@ -/* $Id: simboard.hh,v 1.2 2008/04/21 12:13:12 sybreon Exp $ +/* $Id: simboard.hh,v 1.3 2008/04/26 18:07:19 sybreon Exp $ ** ** AEMB Function Verification C++ Testbench ** Copyright (C) 2004-2008 Shawn Tan <shawn.tan@a...> @@ -20,7 +20,8 @@ */ #include "aemb/msr.hh" -#include <cstdlib> +#include <stdlib.h> +#include <stdio.h> #ifndef SIMBOARD_HH #define SIMBOARD_HH @@ -92,6 +93,11 @@ *COUT = c; } +char inbyte() +{ + return 0; +} + void outfloat(float f) { volatile float *FOUT = (float *) 0xFFFFFFD0; @@ -112,20 +118,13 @@ exit(e); } -void pass() -{ - outword(CODE_PASS); -} - -char inbyte() -{ - return 0; -}
-
#endif
/*
$Log: simboard.hh,v $
+Revision 1.3 2008/04/26 18:07:19 sybreon
+Minor cosmetic changes.
+
Revision 1.2 2008/04/21 12:13:12 sybreon
Passes arithmetic tests with single thread.
|
 |