- 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:
@@ -204,7 +204,7 @@ int Test10_LoadStore()
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#define NUM_ELEMENTS 100000
|
#define NUM_ELEMENTS 10000
|
||||||
#define NUM_RUNS 3
|
#define NUM_RUNS 3
|
||||||
int Test11_AddSub()
|
int Test11_AddSub()
|
||||||
{
|
{
|
||||||
@@ -299,7 +299,7 @@ int pi_calc()
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#define TEST_SIZE (32*1024*1024) // Bytes
|
#define TEST_SIZE (128*1024) // Bytes
|
||||||
#define SMALL_TEST_SIZE (8192) // Bytes
|
#define SMALL_TEST_SIZE (8192) // Bytes
|
||||||
int main (void)
|
int main (void)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user