add EOMA68+LibreSOC gadie section
[libreriscv.git] / 3d_gpu.mdwn
1 See architectural details [here](./architecture)
2
3 # "Gaddie Pitch" (1) for LibreSOC
4
5 | What we do | Benefits | Feelings |
6 | ------------------------ | --------------------- | ----------------------- |
7 | design high-performance | No spying backdoors, | Much less frustrated |
8 | efficient and simpler | greatly reduced time | when developing products|
9 | processors with built-in | and cost to market | using e.g. China-based |
10 | 3D and Video capability | Simpler debugging | products. End-customer |
11 | in a fully-transparent | Full transparency | stops complaining, |
12 | fashion. | for their customers | Risk and worry gone. |
13
14 ## You know how...
15
16 You know how for computers, you really have no idea how they work? And
17 how you keep having to replace them with upgrades? Turns out that
18 it's very difficult for medium-sized businesses to design lower-cost products
19 because the only cheap processors (almost always from China) do not respect
20 Copyright law, provide almost zero documentation, and even Intel processors
21 are known to have spying backdoor co-processors in them?
22
23 ## Well what we do is...
24
25 Well, what we do is: design 3D-capable efficient processors based on
26 full transparency. All source code, right to the bedrock, hardware
27 and software. We don't tell customers "trust us", we say "go have a
28 specialist audit the full source, independently". If there's ever
29 some documentation missing, the customer can check for themselves when
30 designing *their* product around ours.
31
32 ## In fact...
33
34 In fact, one customer that we're talking to is so fed up with a Chinese-based
35 $35 component that they are using in a $3000 product, where they are having
36 to spend considerable resources to *reverse-engineer* the China component,
37 they're willing to bet on our product even before we've
38 completed it, they believe in the approach and that our design can help
39 them out that much.
40
41 # "Gaddie Pitch" (1.5) for LibreSOC + EOMA68
42
43 ## What we do
44
45 Design modular computing appliances based around "Computer Card" standards
46 where the "Computer Card" may be upgraded, swapped, shared, re-programmed,
47 re-purposed, and re-used.
48
49 ## Benefits
50
51 Almost too numerous to describe. Not just the right to repair: the right
52 to redesign and many more. "Computer Card" has the data *and* the apps on
53 it, so goodbye file incompatibility: just move **the whole computer** from a
54 TV slot to a Laptop slot to a Tablet slot to a Desktop slot. Also the cost
55 savings and environmental savings are enormous. Keep the same $300 Laptop
56 "Housing" for 15 years, upgrade its parts over time, and not only buy a
57 new Computer Card for $30 every 2 years, keep the old one as a "spare",
58 give it to the kids, re-program it for watching Videos, the list is endless.
59
60 ## Feelings
61
62 Every person we've spoken to, once they get around the confusion of the
63 idea of a "Computer" being inside a "Card" rather than "part of A Laptop",
64 has loved both the environmental as well as the cost savings.
65
66 # "Gaddie Pitch" (2) for LibreSOC
67
68 Cole TODO
69
70 # Hybrid 3D GPU / CPU / VPU
71
72 Creating a trustworthy processor for the world.
73
74 Our [[3d_gpu/business_objectives]]
75
76 Note: this is a **hybrid** CPU, VPU and GPU. It is not, as many news articles
77 are implying, a "dedicated exclusive GPU". The option exists to *create*
78 a stand-alone GPU product (contact us if this is a product that you want).
79 Our primary goal is to design a **complete** all-in-one processor
80 (System-on-a-Chip) that happens to include libre-licensed VPU and GPU
81 accelerated instructions as part of the actual - main - CPU itself. This greatly simplifies driver development, applications integration and debugging, reducing costs and time to market in the process.
82
83 We seek investors, sponsors (whose contributions thanks to NLNet may be
84 tax-deductible), engineers and potential customers, who are
85 interested, as a first product, in the creation and use of an entirely
86 libre low-power mobile class system-on-a-chip
87 [[shakti/m_class/]]. Comparative benchmark
88 performance, pincount and price is the Allwinner A64, except that the
89 power budget target is 2.5 watts in a 16x16mm 320 to 360 pin 0.8mm
90 FBGA package. Instead of single-issue higher clock rate, the design is
91 multi-issue, aiming for around 800mhz.
92
93 The lower pincount, lower power, and higher BGA pitch is all to reduce
94 the cost of product development when it comes to PCB design and layout:
95
96 * Above 4 watts requires metal packages, greater attention to thermal
97 management in the PCB design and layout, and much pricier PMICs.
98 * 0.6mm pitch BGA and below requires much more expensive PCB manufacturing
99 equipment and more costly PCBA techniques.
100 * Above 600 pins begins to reduce production yields as well as increase
101 the cost of testing and packaging.
102
103 We can look at larger higher-power ASICs either later or, if funding
104 is made available, immediately.
105
106 Recent applications to NLNet (Oct 2019) are for a test chip in 180nm,
107 64 bit, single core dual issue, around 300 to 350mhz. This will provide
108 the confidence to go to higher geometries, as well as be a commercially
109 viable embedded product in its own right. Tapeout deadline is Oct 2020.
110
111 See [[3d_gpu/articles]] online.
112
113 # Progress:
114
115 * Oct 2020 [[180nm_Oct2020/ls180/]] pinouts decided, code-freeze initiated
116 for 180nm test ASIC, GDSII deadline set of Dec 2nd.
117 * Sep 2020: [first boot](https://youtu.be/72QmWro9BSE) of Litex BIOS on a Versa ECP5 at 55mhz. DDR3 RAM initialisation successful. 180nm ASIC pinouts started [[180nm_Oct2020/ls180]]
118 * Aug 2020: [first boot](https://libre-soc.org/3d_gpu/libresoc_litex_bios_first_execution_2020-08-06_16-15.png) of litex BIOS in verilator simulation
119 * Jul 2020: first ppc64le "hello world" binary executed. 80,000 gate coriolis2 auto-layout completed with 99.98% routing. Wishbone MoU signed making available access to an additional EUR 50,000 donations from NLNet. XDC2020 and OpenPOWER conference submissions entered.
120 * Jun 2020: core unit tests and pipeline formal correctness proofs in place.
121 * May 2020: first integer pipelines (ALU, Logical, Branch, Trap, SPR, ShiftRot, Mul, Div) and register files (XER, CR, INT, FAST, SPR) started.
122 * Mar 2020: Coriolis2 Layout experiments successful. 6600 Memory Architecture
123 exploration started. OpenPOWER ISA decoder started. Two new people:
124 Alain and Jock.
125 * Feb 2020: OpenPower Foundation EULA released. Coriolis2 Layout experimentation begun. Dynamic Partitioned SIMD ALU created.
126 * Jan 2020: New team members, Yehowshua and Michael. Last-minute attendance of FOSDEM2020
127 * Dec 2019: Second round NLNet questions answered. External Review completed. 6 NLNet proposals accepted (EUR 200,000+)
128 * Nov 2019: Alternative FP library to Berkeley softfloat developed. NLNet first round questions answered.
129 * Oct 2019: 3D Standards continued. POWER ISA considered. Open 3D Alliance begins. NLNet funding applications submitted.
130 * Sep 2019: 3D Standards continued. Additional NLNet Funding proposals discussed.
131 * Aug 2019: Development of "Transcendentals" (SIN/COS/ATAN2) Specifications
132 * Jul 2019: Sponsorship from Purism received. IEEE754 FP Mul, Add, DIV,
133 FCLASS and FCVT pipelines completed.
134 * Jun 2019: IEEE754 FP Mul, Add, and FSM "DIV" completed.
135 * May 2019: 6600-style scoreboard started
136 * Apr 2019: NLnet funding approved by independent review committee
137 * Mar 2019: NLnet funding application first and second phase passed
138 * Mar 2019: First successful nmigen pipeline milestone achieved with IEEE754 FADD
139 * Feb 2019: Conversion of John Dawson's IEEE754 FPU to nmigen started
140 * Jan 2019: Second version Simple-V preliminary proposal (suited to LLVM)
141 * 2017 - Nov 2018: Simple-V specification preliminary draft completed
142 * Aug 2018 - Nov 2018: spike-sv implementation of draft spec completed
143 * Aug 2018: Kazan Vulkan Driver initiated
144 * Sep 2018: mailing list established
145 * Sep 2018: Crowdsupply pre-launch page up (for updates)
146 * Dec 2018: preliminary floorplan and architecture designed (comp.arch)
147
148
149 # Evaluations
150
151 * [[openpower]]
152
153 # Drivers
154
155 * [[3d_gpu/opencl]]
156 * [[3d_gpu/mesa]]