projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ebe2687
)
(no commit message)
author
shriya
<shriya@web>
Wed, 6 Dec 2023 14:52:15 +0000
(14:52 +0000)
committer
IkiWiki
<ikiwiki.info>
Wed, 6 Dec 2023 14:52:15 +0000
(14:52 +0000)
openpower/sv/cookbook/pospopcnt.mdwn
patch
|
blob
|
history
diff --git
a/openpower/sv/cookbook/pospopcnt.mdwn
b/openpower/sv/cookbook/pospopcnt.mdwn
index 8a1e28ae37fb5eefe2017da895910c0a861d6e49..2d04961d33bfa0dbb1e8721f911f0bcf02fc38f8 100644
(file)
--- a/
openpower/sv/cookbook/pospopcnt.mdwn
+++ b/
openpower/sv/cookbook/pospopcnt.mdwn
@@
-75,6
+75,9
@@
bit-position, of an array of input values. Refer to Fig.2
# Visual representation of the pospopcount algorithm
+In order to perform positional popcount we need to go
+through series of steps shown below in figures 3, 4, 5 & 6.
+
<img src="/openpower/sv/cookbook/BlockDivision.drawio.svg"
alt="pospopcnt" width="70%" />