coriolis/vlsisapd/doc/mainPage.dox

45 lines
1.2 KiB
Plaintext

/*! \mainpage Presentation
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.
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>
<td>AGDS</td>
<td></td>
<td><center>x</center></td>
</tr><tr>
<td>CIF</td>
<td></td>
<td><center>x</center></td>
</tr><tr>
<td>DTR</td>
<td><center>x</center></td>
<td><center>x</center></td>
</tr><tr>
<td>OPENCHAMS</td>
<td><center>x</center></td>
<td><center>x</center></td>
</tr><tr>
<td>SPICE</td>
<td><center>x</center></td>
<td><center>x</center></td>
</tr>
</table>
</center>
To quickly access to documentation of a format, one can use the following links :
- \subpage agds
- \subpage cif
- \subpage dtr
- \subpage openchams
- \subpage spice
*/