OpenCores
URL https://opencores.org/ocsvn/nios2ci/nios2ci/trunk

Subversion Repositories nios2ci

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /nios2ci/trunk/bitops
    from Rev 2 to Rev 3
    Reverse comparison

Rev 2 → Rev 3

/README
0,0 → 1,16
bit operation instructions
--------------------------
 
These are especially useful to be used in the Linux kernel in asm/bitops.h to
define the functions named correspondingly in Linux.
 
The following instructions are provided in the .vhd file named accordingly:
 
ffs
find first (least-significat) set bit in a 32bit word
ffz
find first (least-significat) zero bit in a 32bit word
fls
find last (most-significant) set bit in a 32bit word
hweight
hamming weight of a 32bit word

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.