X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=README.md;h=a298790ed4cc771fd8df233f595ef5957573c909;hb=HEAD;hp=e69de29bb2d1d6434b8b29ae775ad8c2e48c5391;hpb=a7604013956de9733b39c21a42f4f570a3cfb37c;p=soc.git diff --git a/README.md b/README.md index e69de29b..a298790e 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,27 @@ +# About + +The main SOC portion of Libre-SOC. A quad-core Libre-licensed SoC woth a +hybrid 3D GPU-VPU-CPU, and using Libre-licensed design cells. + +Libre-SOC is Libre down to the VLSI Cells, thanks to Chips4Makers FlexLib +and Sorbonne University lip6.fr + +# Documentation + +See https://libre-soc.org/docs/ + +# Installation + +Best done using the dev-env-setup scripts: +https://git.libre-soc.org/?p=dev-env-setup.git;a=summary + + make install + make test # optional (ish) + +# Running Simulator tests + +qemu and gdb for Power 64 are required. qemu can be installed with +"apt-get install qemu-system-ppc64", however gdb needs compiling from +source. The simplest way is to use this dev-env-script: + +https://git.libre-soc.org/?p=dev-env-setup.git;a=blob;f=ppc64-gdb-gcc;hb=HEAD