URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 454 |
Rev 468 |
Line 65... |
Line 65... |
|
|
REGISTER mc_tms;
|
REGISTER mc_tms;
|
REGISTER mc_cs;
|
REGISTER mc_cs;
|
|
|
/* set configuration */
|
/* set configuration */
|
if ( (ret = set_config()) != 0) {
|
/* MC configuration set by except_mc.S prior to execution of main()
|
exit(ret);
|
if ( (ret = set_config()) != 0) {
|
}
|
exit(ret);
|
|
}
|
|
*/
|
|
|
for (ch=0; ch<8; ch++) {
|
for (ch=0; ch<8; ch++) {
|
if (MC_SSRAM_CSMASK && (0x01 << ch) ) {
|
if (MC_SSRAM_CSMASK && (0x01 << ch) ) {
|
printf ("--- Begin Test on CS%d ---\n", ch);
|
printf ("--- Begin Test on CS%d ---\n", ch);
|
|
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.