ha, hilarious: swapped TLBUpdate output sizes db_out and pb_out.
[soc.git] / README.md
1 # About
2
3 The main SOC portion of Libre-SOC. A quad-core Libre-licensed SoC woth a
4 hybrid 3D GPU-VPU-CPU, and using Libre-licensed design cells.
5
6 Libre-SOC is Libre down to the VLSI Cells, thanks to Chips4Makers FlexLib
7 and Sorbonne University lip6.fr
8
9 # Documentation
10
11 See https://libre-soc.org/docs/
12
13 # Installation
14
15 Best done using the dev-env-setup scripts:
16 https://git.libre-soc.org/?p=dev-env-setup.git;a=summary
17
18 make install
19 make test # optional (ish)
20
21 # Running Simulator tests
22
23 qemu and gdb for Power 64 are required. qemu can be installed with
24 "apt-get install qemu-system-ppc64", however gdb needs compiling from
25 source. The simplest way is to use this dev-env-script:
26
27 https://git.libre-soc.org/?p=dev-env-setup.git;a=blob;f=ppc64-gdb-gcc;hb=HEAD