2010-06-11 09:49:21 -05:00
/*! \mainpage Presentation
2011-05-20 04:33:10 -05:00
This is the documentation of VLSI SAPD project. This project aims at providing a set of open-source <b>S</b>tand <b>A</b>lone <b>P</b>arser & <b>D</b>rivers for <b>VLSI</b>. APIs for these parser & drivers are provided as C++ libraries and Python modules.
2010-06-11 09:49:21 -05:00
The list of supported parser & drivers is shown in next table :
<center>
<table border=1 width=60%>
<tr>
<td><center><b>Format</b></center></td>
<td><center><b>Parser</b></center></td>
<td><center><b>Driver</b></center></td>
</tr><tr>
2010-06-15 08:12:13 -05:00
<td>AGDS</td>
2010-06-11 09:49:21 -05:00
<td></td>
<td><center>x</center></td>
</tr><tr>
2010-06-15 08:12:13 -05:00
<td>CIF</td>
2010-06-11 09:49:21 -05:00
<td></td>
<td><center>x</center></td>
</tr><tr>
<td>DTR</td>
<td><center>x</center></td>
2010-06-15 08:12:13 -05:00
<td><center>x</center></td>
2010-06-11 09:49:21 -05:00
</tr><tr>
<td>OPENCHAMS</td>
<td><center>x</center></td>
<td><center>x</center></td>
2011-05-20 04:33:10 -05:00
</tr><tr>
<td>SPICE</td>
<td><center>x</center></td>
<td><center>x</center></td>
2010-06-11 09:49:21 -05:00
</tr>
</table>
</center>
To quickly access to documentation of a format, one can use the following links :
2011-04-04 06:19:04 -05:00
- \subpage agds
- \subpage cif
- \subpage dtr
- \subpage openchams
2011-05-20 04:33:10 -05:00
- \subpage spice
2010-06-11 09:49:21 -05:00
*/