- decrease RAM requirements

Committed on the Free edition of March Hare Software CVSNT Server.
Upgrade to CVS Suite for more features and support:
http://march-hare.com/cvsnt/


git-svn-id: http://moon:8086/svn/vhdl/trunk@370 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2009-03-01 17:49:35 +00:00
parent 7cad6e874d
commit 32d5cf7674
+2 -2
View File
@@ -204,7 +204,7 @@ int Test10_LoadStore()
}
#define NUM_ELEMENTS 100000
#define NUM_ELEMENTS 10000
#define NUM_RUNS 3
int Test11_AddSub()
{
@@ -299,7 +299,7 @@ int pi_calc()
return 0;
}
#define TEST_SIZE (32*1024*1024) // Bytes
#define TEST_SIZE (128*1024) // Bytes
#define SMALL_TEST_SIZE (8192) // Bytes
int main (void)
{