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