URL
https://opencores.org/ocsvn/xulalx25soc/xulalx25soc/trunk
Subversion Repositories xulalx25soc
Compare Revisions
- This comparison shows the changes necessary to convert path
/xulalx25soc/trunk/sw
- from Rev 77 to Rev 78
- ↔ Reverse comparison
Rev 77 → Rev 78
/twoc.cpp
50,7 → 50,7
} |
|
bool sfits(const long val, const int bits) { |
long alt = sbits(val, bits); |
// long alt = sbits(val, bits); |
return (sbits(val, bits) == bits); |
} |
|