URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [or1ksim/] [cache/] - Rev 1555
Go to most recent revision | Changes | View Log | RSS feed
Last modification
- Rev 1555 2005-09-05 08:42:03 GMT
- Author: nogj
- Log message:
- * Moved log2_int() from cuc/cuc.c as it is usefull for other things aswell.
* Changed code to use log2_int() instead of log2(), which is also a builtin
library function (fixes compile on gcc4).
* Moved is_power2() from sim-config.c to misc.c.