add migen tutorial link
[libreriscv.git] / 3d_gpu.mdwn
1 # RISC-V 3D GPU / CPU / VPU
2
3 Note: this is a **hybrid** CPU, VPU and GPU. It is not, as many news articles
4 are implying, a "dedicated exclusive GPU". The option exists to **create**
5 a stand-alone GPU product. It is being *designed* to be a **complete**
6 all-in-one processor (System-on-a-Chip).
7
8 We seek investors, sponsors, engineers and potential customers, who are
9 interested in the creation and use of an entirely libre low-power mobile
10 class system-on-a-chip. Comparative benchmark performance, pincount and
11 price is the Allwinner A64, except that the power budget target is 2.5 watts
12 in a 16x16mm 320 to 360 pin 0.8mm FBGA package.
13
14 See:
15
16 * [[shakti/m_class/libre_3d_gpu]]
17 * [[discussion]]
18 * Mailing list <http://lists.libre-riscv.org/pipermail/libre-riscv-dev/>
19 * Crowdsupply page <https://www.crowdsupply.com/libre-risc-v/m-class>
20 * Wiki <https://libre-riscv.org>
21 * Git repositories <https://git.libre-riscv.org>
22 * Bugtracker <http://bugs.libre-riscv.org>
23 * Kazan Vulkan Driver (including 3D engine) <https://salsa.debian.org/Kazan-team/kazan>
24
25 Progress:
26
27 * Mar 2019: NLnet funding application first and second phase passed
28 * Mar 2019: First successful nmigen pipeline milestone achieved with IEEE754 FADD
29 * Feb 2019: Conversion of John Dawson's IEEE754 FPU to nmigen started
30 * Jan 2019: Second version Simple-V preliminary proposal (suited to LLVM)
31 * 2017 - Nov 2018: Simple-V specification preliminary draft completed
32 * Aug 2018 - Nov 2018: spike-sv implementation of draft spec completed
33 * Aug 2018: Kazan Vulkan Driver initiated
34 * Sep 2018: mailing list established
35 * Sep 2018: Crowdsupply pre-launch page up (for updates)
36 * Dec 2018: preliminary floorplan and architecture designed (comp.arch)
37
38 # News Articles
39
40 * <https://hub.packtpub.com/a-libre-gpu-effort-based-on-risc-v-rust-llvm-and-vulkan-by-the-developer-of-an-earth-friendly-computer/>
41 * <https://riscv.org/2018/10/packt-hub-article-a-libre-gpu-effort-based-on-risc-v-rust-llvm-and-vulkan-by-the-developer-of-an-earth-friendly-computer/>
42 * <https://www.reddit.com/r/RISCV/comments/9jts9t/theres_a_new_libre_gpu_effort_building_on_riscv/>
43 * <https://www.linux.com/blog/2018/11/risc-v-linux-development-full-swing>
44 * <https://www.phoronix.com/scan.php?page=news_item&px=Libre-GPU-RISC-V-Vulkan>
45 * <https://www.heise.de/newsticker/meldung/Mobilprozessor-mit-freier-GPU-Libre-RISC-V-M-Class-geplant-4242802.html>
46 * <https://news.ycombinator.com/item?id=18094734>
47 * <http://www.tuxmachines.org/node/116004>
48 * <https://linuxfr.org/users/martoni/journaux/risc-v-est-pret-pour-le-desktop>
49 * <https://www.reddit.com/r/hardware/comments/9jlby1/theres_a_new_libre_gpu_effort_building_on_riscv/>
50 * <http://www.eevblog.com/forum/crowd-funded-projects/libre-risc-v-m-class-with-open-source-gpu-and-kazan-vulkan-driver/>
51 * <https://www.reddit.com/domain/libre-riscv.org/>
52 * <https://hardware.slashdot.org/comments.pl?sid=13447940&cid=58160868>
53 * <https://www.phoronix.com/forums/forum/hardware/graphics-cards/1080755-libre-risc-v-gpu-aiming-for-2-5-watt-power-draw-continues-being-plotted/page5>
54
55 # Information Resources and Tutorials
56
57 * <https://github.com/timvideos/litex-buildenv/wiki/LiteX-for-Hardware-Engineers>
58 * <https://jeffrey.co.in/blog/2014/01/d-flip-flop-using-migen/>
59 * <http://lists.libre-riscv.org/pipermail/libre-riscv-dev/2019-March/000705.html>
60 * <https://chisel.eecs.berkeley.edu/api/latest/chisel3/util/DecoupledIO.html>
61 * <http://www.clifford.at/papers/2016/yosys-synth-formal/slides.pdf>
62 * <http://blog.lambdaconcept.com/doku.php?id=migen:tutorial>