-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
253 lines (222 loc) · 14 KB
/
index.html
File metadata and controls
253 lines (222 loc) · 14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0; URL=http://www.fmchub.com/">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta http-equiv="language" content="EN">
<meta name="author" content="I A M E L E C T R O N I C">
<meta name="keywords" content="FPGA, mezzanine, card, cards, FMC, LPC, HPC, FMCHUB, ANSI, VITA, template, PCB, project, Altium" />
<meta name="description" content="An FMC is a daughter card for carrier boards containing a field-programmable gate array (FPGA). Standardized form factors, connectors, I/O and power interfaces enable modular electronic designs." />
<title>FMCHUB - FPGA MEZZANINE CARDs</title>
<!--<link rel="icon" href="../../favicon.ico">-->
<!-- Bootstrap core CSS -->
<link href="./dist/css/bootstrap.min.css" rel="stylesheet">
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<link href="./assets/css/ie10-viewport-bug-workaround.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="./jumbotron-narrow.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-83790429-1', 'auto');
ga('send', 'pageview');
</script>
<!-- START BANNER CODE
<div style="background-color:#DCE0E3;width:219px;height:417px;position:fixed;right:0.5em;bottom:0.5em;border:solid 1px #034752 ;">
<a href="https://www.kickstarter.com/projects/1851501326/tiny-5x5cm2-fpga-board-with-xilinx-artix-7" target="_newkickstartcampaignbanner">
<img width="219px" height="417px" alt="***** Support us on kickstarter ***** Tiny 5x5cm FPGA board with Xilinx Artix-7" src="http://www.iamelectronic.com/products/T0005_Artix-7_FPGA_Module/kickstarter_fpga_campaign_banner/tiny_fpga_module_xilinx_artix_kickstarter_banner.jpg"/ border="0">
</a>
</div>
END BANNER CODE //-->
<div class="container">
<div class="header clearfix">
<nav>
<ul class="nav nav-pills pull-right">
<li role="presentation" class="active"><a href="index.html">Projects</a></li>
<li role="presentation"><a href="faq.html">FAQ</a></li>
<li role="presentation"><a href="license.html">License</a></li>
<li role="presentation"><a href="about.html">About</a></li>
</ul>
</nav>
<h3 class="text-muted">FMCHUB</h3>
</div>
<div class="jumbotron" style="background-image: url("./img/fmc_digitizer.jpg"); background-size: 100%;">
<div style="background: rgba(100, 100, 100, .6)"><h1 style="color:white">FPGA MEZZANINE CARD (FMC)</h1></div>
<div style="background: rgba(100, 100, 100, .6)""><p class="lead" style="color:white">An FMC is a daughter card for carrier boards containing a field-programmable gate array (FPGA). Standardized form factors, connectors, I/O and power interfaces enable modular electronic designs.</p></div>
</div>
</br>
<div class="media">
<div class="media-left media-top">
<a href="#">
<img class="media-object"width="188px" src="./img/fmc_project.jpg" alt="...">
</a>
</div>
<div class="media-body">
<h4 class="media-heading">2021-Feb-xx | Another cool FMC module (LPC)</h4>
<p>
This project is cooming soon.
</br>
<p align="right"><a href=""><button type="button" class="btn btn-primary">Coming soon</button></a></p>
</p>
</div>
</div>
</br></br>
<div class="media">
<div class="media-left media-top">
<a href="#">
<img class="media-object"width="188px" src="./projects/FMC_LPC_PINHEADER/FMC_LPC_PINHEADER.jpg" alt="FMC LPC Pin Header Board">
</a>
</div>
<div class="media-body">
<h4 class="media-heading">2020-November-02 | FMC LPC Pin Header Board</h4>
<p>By using 2.54 mm pin headers and SMA connectors, all signals of the FMC connector can be easily connected.
This is the most straightforward solution for board-to-board connections, as well as signal generation and debugging with the FMC connector.</br></br>
</br>
<p align="right">
<a href="./projects/FMC_LPC_PINHEADER/Datasheet/FMC_LPC_PINHEADER_datasheet.html" target="_newfmclpcpinheader" alt="FMC LPC Pin Header Board (Datasheet)><button type="button" class="btn btn-info">Datasheet</button></a>
<a href="https://github.com/FMCHUB/FMC_LPC_PINHEADER" target="_fmclpcpinheader" alt="FMC LPC Pin Header Board (Repository)"><button type="button" class="btn btn-success">View Repository</button></a>
<a href="http://www.iamelectronic.com/shop/produkt/fpga-mezzanine-card-fmc-lpc-pin-header-board/" target="_fmcpinheadershop" alt="FMC LPC Pin Header Board (Shop)"><button type="button" class="btn btn-danger">Shop</button></a>
</p></p>
</div>
</div>
</br></br>
<div class="media">
<div class="media-left media-top">
<a href="#">
<img class="media-object"width="188px" src="./projects/FMC_FRU_EEPROM_PROGRAMMER/FMC_FRU_EEPROM_PROGRAMMER.jpg" alt="FMC FRU EEPROM PROGRAMMER">
</a>
</div>
<div class="media-body">
<h4 class="media-heading">2020-March-20 | FMC FRU EEPROM Programmer</h4>
<p>
The FMC FRU EEPROM Programmer and the related toolchain is a powerful programming tool for
FMC FRU (Field Replacable Unit) records. It is designed for in-circuit configuration of
ANSI/VITA 57.1 FPGA Mezzanine Cards (FMC) according to the IPMI Platform Management FRU
Information Storage Definition.</br></br>
</br>
<p align="right">
<a href="./projects/FMC_FRU_EEPROM_PROGRAMMER/Datasheet/FMC_FRU_EEPROM_PROGRAMMER_datasheet.html" target="_newfmcfruprogrammer" alt="FMC FRU EEPROM Programmer (Datasheet)><button type="button" class="btn btn-info">Datasheet</button></a>
<a href="https://github.com/FMCHUB/FMC_FRU_EEPROM_PROGRAMMER" target="_fmcfruprogrammer" alt="FMC FRU EEPROM Programmer (Repository)"><button type="button" class="btn btn-success">View Repository</button></a>
<a href="http://www.iamelectronic.com/shop/produkt/fpga-mezzanine-card-fmc-fru-eeprom-programmer/" target="_fmcfruprogrammershop" alt="FMC FRU EEPROM Programmer (Shop)"><button type="button" class="btn btn-danger">Shop</button></a>
</p></p>
</div>
</div>
</br></br>
<div class="media">
<div class="media-left media-top">
<a href="#">
<img class="media-object"width="188px" src="./projects/FMC_LOOPBACK/FMC_LOOPBACK.jpg" alt="FMC LOOPBACK MODULE">
</a>
</div>
<div class="media-body">
<h4 class="media-heading">2019-April-09 | FMC Loopback Module</h4>
<p>
The FMC Loopback Module is a passive plug-in adapter for ANSI/VITA 57.1 FPGA Mezzanine Card (FMC) connectors.
The loopback board is designed to mate a High-Pin Count (HPC) connector, but also fits without restrictions to
Low-Pin Count (LPC) connectors. According to the FMC standard, all signals of the connector are connected by
the mezzanine board as loopback.</br></br>
</br>
<p align="right">
<a href="./projects/FMC_LOOPBACK/Datasheet/FMC_LOOPBACK_MODULE_datasheet.html" target="_newfmcloopback" alt="FMC Loopback Module (Datasheet)><button type="button" class="btn btn-info">Datasheet</button></a>
<a href="https://github.com/FMCHUB/FMC_LOOPBACK" target="_fmcloopback" alt="FMC Loopback Module (Repository)"><button type="button" class="btn btn-success">View Repository</button></a>
<a href="http://www.iamelectronic.com/shop/produkt/fpga-mezzanine-card-fmc-loopback-module/" target="_fmcloopbackshop" alt="FMC Loopback Module (Shop)"><button type="button" class="btn btn-danger">Shop</button></a>
</p></p>
</div>
</div>
</br></br>
<div class="media">
<div class="media-left media-top">
<a href="#">
<img class="media-object"width="188px" src="./projects/FMC_LPC_BREAKOUT/FMC_LPC_BREAKOUT.jpg" alt="FMC LPC Breakout">
</a>
</div>
<div class="media-body">
<h4 class="media-heading">2018-February-13 | FMC LPC Breakout Module</h4>
<p>
The FMC LPC Breakout board is a passive adapter for accessing all signals of <i>ANSI/VITA 57.1 FPGA Mezzanine Card (FMC) Standard</i>
compliant low-pin count (LPC) connectors. It includes a prototyping area with a 2.54 mm grid and a separate breakout of the power pins. A single board contains mezzanine and carrier connectors to simplify testing and debugging with a stacked assembly.</br></br>
</br>
<p align="right">
<a href="./projects/FMC_LPC_BREAKOUT/Datasheet/FMC_LPC_BREAKOUT_datasheet.html" target="_newfmclpcbreakout" alt="Single width FMC LPC breakout board (Datasheet)><button type="button" class="btn btn-info">Datasheet</button></a>
<a href="https://github.com/FMCHUB/FMC_SINGLE_LPC_BREAKOUT" target="_fmcsinglelpcbreakout" alt="Single width FMC LPC breakout board (Repository)"><button type="button" class="btn btn-success">View Repository</button></a>
<a href="http://www.iamelectronic.com/shop/produkt/fpga-mezzanine-card-fmc-lpc-breakout-board/" target="_fmcsinglelpcbreakoutshop" alt="Single width FMC LPC breakout board (Shop)"><button type="button" class="btn btn-danger">Shop</button></a>
</p></p>
</div>
</div>
</br></br>
<div class="media">
<div class="media-left media-top">
<a href="https://github.com/FMCHUB/FMC_SINGLE_LPC_RUGGEDIZED" target="_fmcsingleruggedized">
<img class="media-object"width="188px" src="./img/FMC_SINGLE_LPC_R2R3_RUGGEDIZED_CONDUCTION_COOLED.jpg" alt="FMC module with low-pin count (LPC) connector, ruggedized mounting">
</a>
</div>
<div class="media-body">
<h4 class="media-heading">2017-July-12 | Single Width FMC Template (LPC, Ruggedized)</h4>
<p>
This project contains several variants of single width modules in ruggedized form factor. All of them are designed for conduction cooling with low-pin count (LPC) connector.
</br>
<p align="right">
<a href="https://github.com/FMCHUB/FMC_SINGLE_LPC_RUGGEDIZED/wiki" target="_fmcsingleruggedizedwiki" alt="Single width FMC template, ruggedized (Wiki)"><button type="button" class="btn btn-primary">View Wiki</button></a>
<a href="https://github.com/FMCHUB/FMC_SINGLE_LPC_RUGGEDIZED" target="_fmcsingleruggedized" alt="Single width FMC template, ruggedized (Repository)"><button type="button" class="btn btn-success">View Repository</button></a>
</p>
</p>
</div>
</div>
</br></br>
<div class="media">
<div class="media-left media-top">
<a href="https://github.com/FMCHUB/FMC_SINGLE_LPC_COMMERCIAL" target="_fmcsinglecommercial">
<img class="media-object"width="188px" src="./img/FMC_SINGLE_LPC_R2_COMMERCIAL_AIR_COOLED.jpg" alt="FMC module with low-pin count (LPC) connector, commercial grade mounting">
</a>
</div>
<div class="media-body">
<h4 class="media-heading">2017-May-30 | Single Width FMC Template (LPC, Commercial grade)</h4>
<p>
This project contains several variants of single width FMC modules in commercial grade form factor. All of them are designed for air cooling with low-pin count (LPC) connector.
</br>
<p align="right">
<a href="https://github.com/FMCHUB/FMC_SINGLE_LPC_COMMERCIAL/wiki" target="_fmcsinglecommercialwiki" alt="Single width FMC template, commercial grade (Wiki)"><button type="button" class="btn btn-primary">View Wiki</button></a>
<a href="https://github.com/FMCHUB/FMC_SINGLE_LPC_COMMERCIAL" target="_fmcsinglecommercial" alt="Single width FMC template, commercial grade (Repository)"><button type="button" class="btn btn-success">View Repository</button></a>
</p></p>
</div>
</div>
</br></br>
<div class="media">
<div class="media-left media-top">
<a href="https://github.com/FMCHUB/Lib_Altium" target="_altiumlib" alt="FMC library for Altium Designer">
<img class="media-object"width="188px" src="./img/fmc_altium_lib.jpg" alt="FMC library for Altium Designer">
</a>
</div>
<div class="media-body">
<h4 class="media-heading">2017-May-01 | ANSI/VITA 57 FMC library for Altium Designer</h4>
<p>
This is a schematic and footprint library for printed circuit boards (PCB) to be designed with Altium Designer. Various components for a professional PCB design according to ANSI/VITA 57 FMC standard, such as connectors, mounting holes, and thermal interfaces are included.
</br>
<p align="right">
<a href="https://github.com/FMCHUB/Lib_Altium/wiki" target="_altiumlibwiki" alt="FMC library for Altium Designer (Wiki)"><button type="button" class="btn btn-primary">View Wiki</button></a>
<a href="https://github.com/FMCHUB/Lib_Altium" target="_altiumlib" alt="FMC library for Altium Designer (Repository)"><button type="button" class="btn btn-success">View Repository</button></a>
</p>
</p>
</div>
</div>
</br></br>
<footer class="footer">
<p>© 2018 F M C H U B . O R G, ( i n f o @ f m c h u b . o r g )</p>
</footer>
</div> <!-- /container -->
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="./assets/js/ie10-viewport-bug-workaround.js"></script>
</body>
</html>