(no commit message)
[libreriscv.git] / 45nm_Fall2022.mdwn
1 # Specs for 2022 SOC
2
3 ## Devices
4 - 4 Core POWER CPU
5 - SimpleV GPU
6 - BMC
7 - IOMMU
8 - Coherent Accelerator Processor Proxy (CAPP) functional unit
9
10 ## Interfaces
11
12 ### Advanced
13
14 - SERDES - 10rx, 14tx
15 - 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) @25GHz
16 - 2tx, 2rx for ethernet
17 - 4tx, 4rx for PCIE and other CAPI devices
18 - 3tx for HDMI
19 - [OpenFSI](https://openpowerfoundation.org/?resource_lib=field-replaceable-unit-fru-service-interface-fsi-openfsi-specification) instead of JTAG
20 - [Raptor HDL](https://gitlab.raptorengineering.com/raptor-engineering-public/lpc-spi-bridge-fpga)
21 - [Raptor Libsigrok](https://gitlab.raptorengineering.com/raptor-engineering-public/dsview/-/tree/master/libsigrokdecode4DSL/decoders/fsi)
22 - USB - [Luna USB](https://github.com/greatscottgadgets/luna)
23 with [USB3300 PHY](https://www.microchip.com/wwwproducts/en/USB3300#datasheet-toggle) (Tested max at 333MB/s with Luna on ECP5)
24
25 ### Basic
26
27 These should be easily doable with LiteX.
28
29 * [[shakti/m_class/UART]]
30 * [[shakti/m_class/I2C]]
31 * [[shakti/m_class/GPIO]]
32 * [[shakti/m_class/SPI]]
33 * [[shakti/m_class/QSPI]]
34 * [[shakti/m_class/LPC]]
35 * [[shakti/m_class/EINT]]
36
37 ## Protocols
38 - IPMT over i2c to talk to the BMC
39 - [Intel Spec Sheet](https://www.intel.com/content/dam/www/public/us/en/documents/product-briefs/second-gen-interface-spec-v2.pdf)
40 - [RaptorCS HDL](https://gitlab.raptorengineering.com/raptor-engineering-public/lpc-spi-bridge-fpga/blob/master/ipmi_bt_slave.v)
41 - Bootloader over LPC to Flexver
42 - [Whitepaper](https://www.raptorengineering.com/TALOS/documentation/flexver_intro.pdf)