URL
https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 70 |
Rev 354 |
Line 347... |
Line 347... |
}
|
}
|
|
|
//printf("* Beginning test\n");
|
//printf("* Beginning test\n");
|
|
|
// Init the UART function
|
// Init the UART function
|
uart->initUart(25000000, 115200);
|
uart->initUart(50000000, 115200);
|
|
|
if (do_program_file_load) // Did the user specify a file to load?
|
if (do_program_file_load) // Did the user specify a file to load?
|
{
|
{
|
cout << "* Loading program from " << program_file << endl;
|
cout << "* Loading program from " << program_file << endl;
|
if (memoryload->loadcode(program_file,0,0) < 0)
|
if (memoryload->loadcode(program_file,0,0) < 0)
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.