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