29cda3a5025183368fb684aa74a293b7e8b162e3
[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 Vectorisation Categorisation.
7
8 This in turn effectively makes that analysis program part of the Simple-V
9 Specification. Its source code is therefore listed here
10
11 ```
12 [[!inline pages="openpower/sv/sv_analysis.py" quick="yes" raw="yes" ]]
13 ```