projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8037c75
)
(no commit message)
author
lkcl
<lkcl@web>
Tue, 26 Jan 2021 03:55:07 +0000
(
03:55
+0000)
committer
IkiWiki
<ikiwiki.info>
Tue, 26 Jan 2021 03:55:07 +0000
(
03:55
+0000)
openpower/sv/bitmanip.mdwn
patch
|
blob
|
history
diff --git
a/openpower/sv/bitmanip.mdwn
b/openpower/sv/bitmanip.mdwn
index 3c8eeb54c07d9c86101d723e4db3862c355ab3cb..6ba7fa24c959aaca957c469c7dc13250f83df899 100644
(file)
--- a/
openpower/sv/bitmanip.mdwn
+++ b/
openpower/sv/bitmanip.mdwn
@@
-495,6
+495,7
@@
if __name__ == "__main__":
# crc
* <https://stackoverflow.com/questions/21171733/calculating-constants-for-crc32-using-pclmulqdq>
+* <https://en.wikipedia.org/wiki/Cyclic_redundancy_check>
```
uint_xlen_t crc32(uint_xlen_t x, int nbits)