add TRAP test cases
[openpower-isa.git] / README.md
1 # OpenPOWER ISA resources
2
3 OpenPOWER ISA resources, including a python-based simulator.
4 Includes machine-readable versions of the OpenPOWER v3.0B
5 specification, from which the python-based simulator is
6 compiled (python-ply) into python. Additional languages
7 (c, c++) are planned.
8
9 Part of the Libre-SOC Project (http://libre-soc.org)
10 Sponsored by http://nlnet.nl
11
12 # Installation
13
14 ```
15 python setup.py develop
16 make svanalysis
17 make pywriter
18 ```
19
20 # Copyrights
21
22 All programs are written by Libre-SOC team members are LGPLv3+.
23 However the specification and the CSV files came from their
24 respective Copyright holders (IBM, OpenPOWER Foundation, Microwatt)