(no commit message)
[libreriscv.git] / 3d_gpu.mdwn
1 # Hybrid 3D GPU / CPU / VPU
2
3 Creating a trustworthy processor for the world.
4
5 Our [[3d_gpu/business_objectives]]
6
7 Note: this is a **hybrid** CPU, VPU and GPU. It is not, as many news articles
8 are implying, a "dedicated exclusive GPU". The option exists to *create*
9 a stand-alone GPU product (contact us if this is a product that you want).
10 Our primary goal is to design a **complete** all-in-one processor
11 (System-on-a-Chip) that happens to include libre-licensed VPU and GPU
12 accelerated instructions as part of the actual - main - CPU itself.
13
14 We seek investors, sponsors (whose contributions thanks to NLNet may be
15 tax-deductible), engineers and potential customers, who are
16 interested, as a first product, in the creation and use of an entirely
17 libre low-power mobile class system-on-a-chip. Comparative benchmark
18 performance, pincount and price is the Allwinner A64, except that the
19 power budget target is 2.5 watts in a 16x16mm 320 to 360 pin 0.8mm
20 FBGA package. Instead of single-issue higher clock rate, the design is
21 multi-issue, aiming for around 800mhz.
22
23 The lower pincount, lower power, and higher BGA pitch is all to reduce
24 the cost of product development when it comes to PCB design and layout:
25
26 * Above 4 watts requires metal packages, greater attention to thermal
27 management in the PCB design and layout, and much pricier PMICs.
28 * 0.6mm pitch BGA and below requires much more expensive PCB manufacturing
29 equipment and more costly PCBA techniques.
30 * Above 600 pins begins to reduce production yields as well as increase
31 the cost of testing and packaging.
32
33 We can look at larger higher-power ASICs either later or, if funding
34 is made available, immediately.
35
36 Recent applications to NLNet (Oct 2019) are for a test chip in 180nm,
37 64 bit, single core dual issue, around 300 to 350mhz. This will provide
38 the confidence to go to higher geometries, as well as be a commercially
39 viable embedded product in its own right. Tapeout deadline is Oct 2020.
40
41 See [[3d_gpu/articles]] online.
42
43 # Progress:
44
45 * Mar 2020: Coriolis2 Layout experiments successful. 6600 Memory Architecture
46 exploration started. OpenPOWER ISA decoder started. Two new people:
47 Alain and Jock.
48 * Feb 2020: OpenPower Foundation EULA released. Coriolis2 Layout experimentation begun. Dynamic Partitioned SIMD ALU created.
49 * Jan 2020: New team members, Yehowshua and Michael. Last-minute attendance of FOSDEM2020
50 * Dec 2019: Second round NLNet questions answered. External Review completed. 6 NLNet proposals accepted (EUR 200,000+)
51 * Nov 2019: Alternative FP library to Berkeley softfloat developed. NLNet first round questions answered.
52 * Oct 2019: 3D Standards continued. POWER ISA considered. Open 3D Alliance begins. NLNet funding applications submitted.
53 * Sep 2019: 3D Standards continued. Additional NLNet Funding proposals discussed.
54 * Aug 2019: Development of "Transcendentals" (SIN/COS/ATAN2) Specifications
55 * Jul 2019: Sponsorship from Purism received. IEEE754 FP Mul, Add, DIV,
56 FCLASS and FCVT pipelines completed.
57 * Jun 2019: IEEE754 FP Mul, Add, and FSM "DIV" completed.
58 * May 2019: 6600-style scoreboard started
59 * Apr 2019: NLnet funding approved by independent review committee
60 * Mar 2019: NLnet funding application first and second phase passed
61 * Mar 2019: First successful nmigen pipeline milestone achieved with IEEE754 FADD
62 * Feb 2019: Conversion of John Dawson's IEEE754 FPU to nmigen started
63 * Jan 2019: Second version Simple-V preliminary proposal (suited to LLVM)
64 * 2017 - Nov 2018: Simple-V specification preliminary draft completed
65 * Aug 2018 - Nov 2018: spike-sv implementation of draft spec completed
66 * Aug 2018: Kazan Vulkan Driver initiated
67 * Sep 2018: mailing list established
68 * Sep 2018: Crowdsupply pre-launch page up (for updates)
69 * Dec 2018: preliminary floorplan and architecture designed (comp.arch)
70
71
72 # Evaluations
73
74 * [[openpower]]
75
76 # Drivers
77
78 * [[3d_gpu/opencl]]