mirror of
git://projects.qi-hardware.com/nn-usb-fpga.git
synced 2025-04-21 12:27:27 +03:00
Adding evolvable hardware example
This commit is contained in:
@@ -239,7 +239,7 @@ int main(void)
|
||||
}
|
||||
break;
|
||||
case 0x3c: //raw test.bin file
|
||||
ptr1 = (unsigned char*)0x10000000;
|
||||
ptr1 = (unsigned char*)0xE00;
|
||||
for(i = 0; i < 1024*1024; ++i)
|
||||
{
|
||||
ptr1[i] = (unsigned char)ch;
|
||||
@@ -252,7 +252,7 @@ int main(void)
|
||||
break; //assume end of file
|
||||
ch = getch();
|
||||
}
|
||||
funcPtr = (FuncPtr)0x10000000;
|
||||
funcPtr = (FuncPtr)0xE00;
|
||||
funcPtr();
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user