URL
https://opencores.org/ocsvn/plasma/plasma/trunk
[/] [plasma/] [trunk/] [tools/] [mlite.c] - Diff between revs 352 and 392
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 352 |
Rev 392 |
Line 578... |
Line 578... |
unsigned int *hi,
|
unsigned int *hi,
|
unsigned int *lo)
|
unsigned int *lo)
|
{
|
{
|
unsigned int ahi, alo, bhi, blo;
|
unsigned int ahi, alo, bhi, blo;
|
unsigned int c0, c1, c2;
|
unsigned int c0, c1, c2;
|
unsigned int c1_a, c1_b;
|
int c1_a, c1_b;
|
|
|
ahi = a >> 16;
|
ahi = a >> 16;
|
alo = a & 0xffff;
|
alo = a & 0xffff;
|
bhi = b >> 16;
|
bhi = b >> 16;
|
blo = b & 0xffff;
|
blo = b & 0xffff;
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.