bug 1244: add pospopcount cookbook link
[libreriscv.git] / openpower / sv / sv_analysis.mdwn
1 # Simple-V Analysis
2
3 The creation and maintenance of SVP64 Categorisation is an automated
4 process that uses "Register profiling", reading machine-readable
5 versions of the Power ISA Specification and tables in order to
6 make the Vectorization Categorisation. To create this information
7 by hand is neither sensible nor desirable: it may take far longer
8 and introduce errors.
9
10 This in turn effectively makes that analysis program part of the Simple-V
11 Specification. Its source code is therefore listed here
12
13 ```
14 [[!inline pages="../openpower-isa/src/openpower/sv/sv_analysis.py" quick="yes" raw="yes" ]]
15 ```