URL
https://opencores.org/ocsvn/or1k/or1k/trunk
[/] [or1k/] [trunk/] [mp3/] [sw/] [mul/] [mul.c] - Diff between revs 505 and 564
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 505 |
Rev 564 |
Line 122... |
Line 122... |
if (t1 != T1) exit (1);
|
if (t1 != T1) exit (1);
|
if (t2 != T2) exit (2);
|
if (t2 != T2) exit (2);
|
if (t3 != T3) exit (3);
|
if (t3 != T3) exit (3);
|
} else {
|
} else {
|
printf ("Test succesful.\n");
|
printf ("Test succesful.\n");
|
exit (0);
|
exit (t1 ^ t2 ^ t3 ^ T1 ^ T2 ^ T3 ^ 0xdeaddead);
|
}
|
}
|
exit (0);
|
|
}
|
}
|
|
|
|
|
No newline at end of file
|
No newline at end of file
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.