tex_out/sv_analysis.tex : sv/sv_analysis.mdwn
mkdir -p tex_out
+ ./mdwn_inline.py sv/sv_analysis.mdwn tex_out/sv_analysis.mdwn
pandoc -f markdown -t latex --top-level-division=section \
--filter pandoc_img.py \
- -N -o tex_out/sv_analysis.tex sv/sv_analysis.mdwn
+ -N -o tex_out/sv_analysis.tex tex_out/sv_analysis.mdwn
tex_out/comparison_table.tex : sv/comparison_table.mdwn texmunge.py
mkdir -p tex_out
The creation and maintenance of SVP64 Categorisation is an automated
process that uses "Register profiling", reading machine-readable
versions of the Power ISA Specification and tables in order to
-make the Vectorisation Categorisation.
+make the Vectorisation Categorisation. To create this information
+by hand is neither sensible nor desirable: it may take far longer
+and introduce errors.
This in turn effectively makes that analysis program part of the Simple-V
Specification. Its source code is therefore listed here
```
-[[!inline pages="openpower/sv/sv_analysis.py" quick="yes" raw="yes" ]]
+[[!inline pages="../openpower-isa/src/openpower/sv/sv_analysis.py" quick="yes" raw="yes" ]]
```