X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=README.md;h=c7c6c9963287d1af76ffe68103f2b3dae250b7ad;hb=b4083bfdd80c0e6063e73804ddd8940d2a87ad6e;hp=beb32519ccd423cc34d34eb368f95348aac00175;hpb=0d9b740df49113bf2bfe18331c35763e68b7178d;p=soc.git diff --git a/README.md b/README.md index beb32519..c7c6c996 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,16 @@ +# About +The main SOC portion of Libre-SOC. A quad-core open source SOC with a GPU, VPU, and +open source VLSI design cells. + +Open source down to VLSI Cells. + +# [Documentation](https://libre-soc.org/Documentation/index/) + # Installation -python3 setup.py develop + make update + make install + make test # optional (ish) # Running Simulator tests @@ -10,6 +20,7 @@ source. Obtain the latest tarball, unpack it, then: cd gdb-9.1 (or other location) mkdir build + cd build ../configure --srcdir=.. --host=x86_64-linux --target=powerpc64-linux-gnu make -j16 make install