X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=README.md;h=708b81e2d4fb1f91e9311dc9ef58fcb12ad09e6a;hb=73e48dc3b73b22752858c4ba94303292a20da7cf;hp=8f095f0db14b8f92cba8c683636f84be0e3a1ce0;hpb=e86d9d12adf224a0dff895aee24ea9865a665e17;p=openpower-isa.git diff --git a/README.md b/README.md index 8f095f0d..708b81e2 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ Once those are sorted, installation and setup is as follows: * python3 setup.py develop * make svanalysis * make pywriter +* make pyfnwriter # Usage @@ -82,5 +83,23 @@ cartoons especially appreciated: All programs are written by Libre-SOC team members are LGPLv3+. However the specification and the CSV files came from their -respective Copyright holders (IBM, OpenPOWER Foundation, Microwatt) +respective Copyright holders (IBM, OpenPOWER Foundation, Microwatt). + +Bear in mind that the *facts* in a specification may not be copyrighted, +however the document (or source code) *containing* those facts can be and +is copyrightable. In this repository, the **facts** were extracted +(from Microwatt and from the OpenPOWER ISA Technical Specification). + +Therefore, you, likewise, may *also* extract the **facts** from this +source code, but for the actual source code itself you must respect the +terms and conditions of the LGPLv3+ License in which those facts happen +to be embedded. + +# Other Unit Tests + +There do exist other unit tests for OpenPOWER. List them here: + +* https://bitbucket.org/sandip4n/gem5-powerpc64le-tests/src/master/ +* http://sources.buildroot.net/kvm-unit-tests/git/powerpc/ +* https://github.com/lioncash/DolphinPPCTests