change title to LibreSOC
[libreriscv.git] / index.mdwn
1 # Welcome to LibreSOC
2
3 > We're building a chip. A fast chip. A safe chip. A trusted chip.
4
5 > A chip with lots of peripherals. And a VPU. And a 3D GPU...
6
7 > Oh and here, have the source code...
8
9 Sounds cool? Learn more about the [why](why_a_libresoc) behind LibreSOC
10 and [our mission](The_Mission).
11
12 # Our Team
13
14 We are proud of our talented and diverse [team](about_us).
15
16 # How Can I Help?
17
18 If you would like to fund us, see [[funding]]. We currently have some funding and always appreciate more! If you are a Corporation or an individual you can donate tax-free to NLNet, and they can in turn gift our developers. Contact lkcl@lkcl.net for more information.
19
20 If you want to write code with us, keep reading.
21
22 1. First, join the
23 [mailing list](http://lists.libre-riscv.org/mailman/listinfo/libre-riscv-dev),
24 introduce yourself, and read through
25 [recent posts](http://lists.libre-riscv.org/pipermail/libre-riscv-dev/)
26 and the [[charter]].
27
28 2. The next thing you should do is read through the [bugs
29 list](http://bugs.libre-riscv.org) and see if there are any bugs that
30 pique your interest.
31
32 3. After that, go ahead and take a look at the resources section below.
33 Try and clone a repository with ``git clone https://git.libre-riscv.org/git/repositoryname.git``
34
35 4. If you plan to do HDL work, you should familiarize yourself with our [[HDL_workflow]].
36
37 5. We do have funding available (see [[nlnet]]) upon completion of issues -
38 we are also working on procuring more funding which gets the project to
39 nanometre scale tapeout.
40
41 6. After all this, if you feel that Libre-SoC is a good cause that
42 you would like to contribute to, add yourself to the [current_members](about_us)
43 page, fill in some information about yourself, and join the mailing list
44 and say hello.
45
46 Also note that you can edit this wiki. See the last section of this page.
47
48 ## Needed Skills
49
50 Most labor is currently being applied to developing the GPU portion of
51 the Libre-SoC.
52
53 The highest priority needed at the moment is a c++ engineer to work on
54 a MESA 3D driver. This will begin life similar to SwiftShader however
55 retaining the vectorisation and predication intrinsics as well as hardware accelerated opcodes (all of which SwiftShader lacks)
56
57 Medium to long-term we need HDL engineers. Particularly those familiar
58 with nMigen or just python. Most of the techniques being used require
59 software engineering skills (OO design, polymorphism) than they do more
60 traditional HDL programming skills. Basically if you have experience in 2
61 of the following you'll do fine: python, nmigen, verilog/VHDL/gate-level
62 design. See [[HDL_workflow]]
63
64 Also, individuals with experience in formal mathematical verification
65 are quite welcome.
66
67 TODO: add a list of upcoming project tasks/milestones (link to
68 bugtracker).
69
70 # Resources
71
72 | Resource | Link |
73 | --- | --- |
74 | Bugs and Tasks | <http://bugs.libre-riscv.org/> |
75 | Mailing Lists | <http://lists.libre-riscv.org> |
76 | Archives | <http://lists.libre-riscv.org/pipermail> |
77 | Git repositories | <http://git.libre-riscv.org> |
78 | Kazan (Vulkan driver) | <https://salsa.debian.org/Kazan-team/kazan> |
79 | Standards | [[standards]] |
80 | Further Information | [[resources]] |
81
82 # Main Pages
83
84 * Libre-SoC [[charter]]
85 * [[shakti/m_class]]
86 * [[alt_rvp]]
87 * [[3d_gpu]]
88 * [[vpu]]
89 * [[simple_v_extension]]
90 * [[zfpacc_proposal]]
91 * [[ztrans_proposal]]
92 * [[simple_v_extension/specification/mv.x]]
93 * [[simple_v_extension/specification/ld.x]]
94 * [[future_feature_proposals]]
95 * Specifications and [[resources]]
96
97 # Spike Emulator
98 * [Set-Up Instructions][1]
99
100 [1]: https://libre-riscv.org/3d_gpu/spike_sv/
101
102 # Wiki Structure
103
104 This is a publicly editable wiki.
105
106 All wikis are supposed to have a [[SandBox]], so this one does too.
107
108 This wiki is powered by [[ikiwiki]].
109
110 This is the sitemap: [[sitemap]]