update 22nm page
[libreriscv.git] / 22nm_PowerPI.mdwn
1 # Specs for 22/28nm SOC
2
3 **Overall goal: an SoC that is capable of meeting multiple markets:**
4
5 * Basic "Pi" style SBC role (aka POWER-Pi)
6 - Power consumption to be **strictly** limited to under 3.5 watts
7 so as to be passively-cooled and significantly reduce product costs,
8 as well as increase reliability
9 * Libre-style smartphone, tablet, netbook and chromebook products
10 - Pine64, Purism, FairPhone, many others
11 - 3.5 watt limit greatly simplifies portable product development,
12 as well as increasing battery life
13 * Baseboard Management Controller (BMC) replacement for ASpeed products
14 - including PCIe Video Card capability after BMC Boot
15 * Mid-end low-cost Graphics Card with reasonable 3D and VPU capabilities
16 - This as a sub-goal of the BMC functionality (stand-alone)
17
18 By meeting the needs of multiple markets in a single SoC the product has
19 broader appeal yet amortises the NREs across all of them. This is
20 industry-standard practice: ST Micro and ATMEL use the exact same die in
21 up to 12-14 different products.
22
23 **Timeframe from when funding is received:**
24
25 * 6-8 months for PHY negotiation and supply by IP Vendors (DDR4 is always
26 custom-tailored by the supplier)
27 * 6-8 months development (in parallel with PHY negotiation)
28 * 3-4 months FPGA proof-of-concept (partial overlap with above)
29 * 4-6 months layout development once design is frozen (partial overlap with
30 above)
31
32 Total: 12-18 months development time. **This is industry-standard**
33
34 **NREs:**
35
36 These are ballpark estimates:
37
38 * USD 250,000 for layout software licensing (Cadence / Synopsis / Mentor)
39 * USD 400,000 for engineer to perform layout to GDS-II
40 * USD 1,000,000 for (LP)DDR3/4 which includes customisation by IP vendor
41 * USD 250,000 for Libre-licensed DDR firmware (normally closed binary)
42 * USD 250,000 for USB3/C
43 * USD 250,000 for HDMI PHY (includes HDCP closed firmware: DVI may be better)
44 * USD 50,000 for PCIe PHY
45 * USD 50,000 for RGMII Ethernet PHY
46 * USD 50,000 for Libre-licensed PCIe firmware (normally closed binary)
47 * USD 2,000,000 for Engineers
48 * USD 2,000,000 for 22nm Production Masks (1,000,000 for 28nm)
49 * USD 200,000 per 22nm MPW Shuttle Service (test ASICs. 28nm is 100,000)
50 * USD 200,000 estimated for other PHYs (UART, SD/MMC, I2C, SPI)
51
52 Total is around USD 7 million.
53
54 Note that this is a bare minimum and may require re-spins of the production
55 masks. A safety margin is recommended to cover at least 2 additional
56 re-spins. Business Operating costs bring the total realistically
57 to around USD 12 million.
58
59 Production cost is expected to be around the $3.50 to $4 mark meaning
60 that a sale price of around $12-$13 will require **1 million units**
61 sold to recover the NREs.
62
63 **Even if the SoC used an off-the-shelf OpenPOWER core these development
64 NREs are still required**
65
66 # Functionality
67
68 - 4 Core dual-issue LibreSOC OpenPOWER CPU
69 - SimpleV Capability with VPU and GPU Instructions *no need for separate GPU*
70 - IOMMU
71 - PCIe Host Controller
72 - PCIe Slave controller (RaptorCS wants to use LibreSOC as a Graphics Card
73 on their TALOS-II motherboards)
74 - BMC capability (OpenBMC / LibreBMC) - enables LibreSOC to replace the
75 closed source ASpeed BMC product range, booting up large servers
76 securely
77 - RGB/TTL framebuffer VGA/LCD PHY from Richard Herveille, RoaLogic.
78 - Pinmux for mapping multiple I/O functions to pins (standard fare
79 for SoCs, to reduce pincount)
80 - SD/MMC and eMMC
81 - Standard "Pi / Arduino" SoC-style interfaces including UART, I2C,
82 SPI, GPIO, PWM, EINT, AC97.
83
84 # Interfaces
85
86 ## Advanced
87
88 - SERDES - 10rx, 14tx
89 - 4tx, 4rx for [OMI(DDR4](https://openpowerfoundation.org/wp-content/uploads/2018/10/Jeff-Steuchli.OpenCAPI-OPS-OMI.pdf) on top of SERDES with OpenCAPI protocol) @5GHz
90 - 4tx, 4rx for PCIe and other CAPI devices
91 - 3tx for HDMI (note: requires HDMI Trademark Licensing and Compliance Testing. DVI is an alternative)
92 - [OpenFSI](https://openpowerfoundation.org/?resource_lib=field-replaceable-unit-fru-service-interface-fsi-openfsi-specification) instead of JTAG
93 - [Raptor HDL](https://gitlab.raptorengineering.com/raptor-engineering-public/lpc-spi-bridge-fpga)
94 - [Raptor Libsigrok](https://gitlab.raptorengineering.com/raptor-engineering-public/dsview/-/tree/master/libsigrokdecode4DSL/decoders/fsi)
95 - USB-OTG / USB2 - [Luna USB](https://github.com/greatscottgadgets/luna)
96 with [USB3300 PHY](https://www.microchip.com/wwwproducts/en/USB3300#datasheet-toggle) (Tested max at 333MB/s with Luna on ECP5)
97 - [[shakti/m_class/USB3]]
98
99 ## Basic
100
101 These should be easily doable with LiteX.
102
103 * [[shakti/m_class/UART]]
104 * [[shakti/m_class/I2C]]
105 * [[shakti/m_class/GPIO]]
106 * [[shakti/m_class/SPI]]
107 * [[shakti/m_class/QSPI]]
108 * [[shakti/m_class/LPC]] - BMC Management
109 * [[shakti/m_class/EINT]]
110 * [[shakti/m_class/PWM]]
111 * [[shakti/m_class/RGBTTL]] in conjunction with:
112 - TI TFP410a (DVI / HDMI)
113 - Chrontel converter (DVI, eDP, VGA)
114 - Solomon SSD2828 (MIP)
115 - TI SN75LVDS83b (LVDS)
116
117 # Protocols
118 - IMPI over i2c to talk to the BMC
119 - [Intel Spec Sheet](https://www.intel.com/content/dam/www/public/us/en/documents/product-briefs/second-gen-interface-spec-v2.pdf)
120 - [RaptorCS HDL](https://gitlab.raptorengineering.com/raptor-engineering-public/lpc-spi-bridge-fpga/blob/master/ipmi_bt_slave.v)
121 - Reset Vector is set Flexver address over LPC
122 - [Whitepaper](https://www.raptorengineering.com/TALOS/documentation/flexver_intro.pdf)