projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cae606c
)
add remapyield.py version of remap.py
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Thu, 1 Jul 2021 12:19:45 +0000
(13:19 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Thu, 1 Jul 2021 12:19:45 +0000
(13:19 +0100)
openpower/sv/remap.mdwn
patch
|
blob
|
history
diff --git
a/openpower/sv/remap.mdwn
b/openpower/sv/remap.mdwn
index 1aa3df513d08dd7377a8f6506ba0ff53f46c86df..fcf062ac7dec2b80ad09d6d3fb2290a73eae967b 100644
(file)
--- a/
openpower/sv/remap.mdwn
+++ b/
openpower/sv/remap.mdwn
@@
-37,11
+37,13
@@
which have the same format.
The algorithm below shows how REMAP works more clearly, and may be
executed as a python program:
+
```
[[!inline quick="yes" raw="yes" pages="openpower/sv/remap.py" ]]
```
An easier-to-read version (using python iterators) shows the loop nesting:
+
```
[[!inline quick="yes" raw="yes" pages="openpower/sv/remapyield.py" ]]
```