Skip to content

Commit 12cfe52

Browse files
committed
First Revision
1 parent d67912f commit 12cfe52

10 files changed

Lines changed: 26243 additions & 2 deletions

README.md

Lines changed: 30 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,30 @@
1-
# SlimSAS8x_Breakout
2-
SlimSAS8x Breakout to U.FL/UMCC
1+
**Work-In-Progress**: [Gerbers ready](https://github.com/mwrnd/SlimSAS8x_Breakout/releases/tag/v0.1-alpha) but not yet ordered.
2+
3+
4+
# OpenCAPI-Compatible SlimSAS 8x Breakout
5+
6+
[OpenCAPI](https://files.openpower.foundation/s/xSQPe6ypoakKQdq/download/25Gbps-spec-20171108.pdf)-compatible SlimSAS 8x to [U.FL/UMCC Connector](https://en.wikipedia.org/wiki/Hirose_U.FL) breakout using a **Host** version of the OpenCAPI **Carrier** pinout from the [ADM-PCIE-9V5 User Manual (Pg15-19of38)](https://www.alpha-data.com/xml/user_manuals/adm-pcie-9v5%20user%20manual_v1_4.pdf).
7+
8+
9+
# PCB Layout
10+
11+
![SlimSAS 8x Breakout PCB Layout](img/SlimSAS8x_Breakout_PCB_Layout.png)
12+
13+
All signals are length-matched to within 1mm both inter-pair and intra-pair.
14+
15+
16+
# Schematic
17+
18+
![SlimSAS 8x Breakout Schematic](img/SlimSAS8x_Breakout_Schematic.png)
19+
20+
21+
# PCB Layer Stackup
22+
23+
4-Layer PCB stackup taken from [JLCPCB](https://jlcpcb.com/capabilities/pcb-capabilities).
24+
25+
![PCB Layer Stackup](img/Layer_Stackup.png)
26+
27+
Differential Impedance parameters were calculated using the [DigiKey Online Calculator](https://www.digikey.com/en/resources/conversion-calculators/conversion-calculator-pcb-trace-impedance).
28+
29+
![PCB Differential Impedance Calculation](img/PCB_Impedance_0.30mm_0.18mm_on_0.21mm_7628.png)
30+

SlimSAS8x_Breakout.kicad_pcb

Lines changed: 21739 additions & 0 deletions
Large diffs are not rendered by default.

SlimSAS8x_Breakout.kicad_prl

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
{
2+
"board": {
3+
"active_layer": 37,
4+
"active_layer_preset": "",
5+
"auto_track_width": true,
6+
"hidden_netclasses": [],
7+
"hidden_nets": [],
8+
"high_contrast_mode": 0,
9+
"net_color_mode": 1,
10+
"opacity": {
11+
"images": 0.6,
12+
"pads": 1.0,
13+
"tracks": 1.0,
14+
"vias": 1.0,
15+
"zones": 0.6
16+
},
17+
"ratsnest_display_mode": 0,
18+
"selection_filter": {
19+
"dimensions": true,
20+
"footprints": true,
21+
"graphics": true,
22+
"keepouts": true,
23+
"lockedItems": true,
24+
"otherItems": true,
25+
"pads": true,
26+
"text": true,
27+
"tracks": true,
28+
"vias": true,
29+
"zones": true
30+
},
31+
"visible_items": [
32+
0,
33+
1,
34+
2,
35+
3,
36+
4,
37+
5,
38+
8,
39+
9,
40+
10,
41+
11,
42+
12,
43+
13,
44+
14,
45+
15,
46+
16,
47+
17,
48+
18,
49+
19,
50+
20,
51+
21,
52+
22,
53+
23,
54+
24,
55+
25,
56+
26,
57+
27,
58+
28,
59+
29,
60+
30,
61+
32,
62+
33,
63+
34,
64+
35,
65+
36
66+
],
67+
"visible_layers": "ffffff3_fffffff9",
68+
"zone_display_mode": 0
69+
},
70+
"meta": {
71+
"filename": "SlimSAS8x_Breakout.kicad_prl",
72+
"version": 3
73+
},
74+
"project": {
75+
"files": []
76+
}
77+
}

0 commit comments

Comments
 (0)