add remapyield.py version of remap.py
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 1 Jul 2021 12:19:45 +0000 (13:19 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 1 Jul 2021 12:19:45 +0000 (13:19 +0100)
openpower/sv/remap.mdwn

index 1aa3df513d08dd7377a8f6506ba0ff53f46c86df..fcf062ac7dec2b80ad09d6d3fb2290a73eae967b 100644 (file)
@@ -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" ]]
 ```