update README
[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 python setup.py develop
15 make svanalysis
16 make pywriter
17
18 # Copyrights
19
20 All programs are written by Libre-SOC team members are LGPLv3+.
21 However the specification and the CSV files came from their
22 respective Copyright holders (IBM, OpenPOWER Foundation, Microwatt)