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