Skip to content

Commit 014eaa3

Browse files
Add Gate Analysis report link to SPI Controller reports table
- Added Gate Analysis Report row to the Available Reports table - Links to both HTML and Markdown versions of gate analysis report - Provides access to detailed gate counts and transistor estimates - SPI Controller shows: 1,659 gates, 2.0mm² die size
1 parent 1ac1302 commit 014eaa3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

public/index_template.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,14 @@ <h2>📋 Available Reports</h2>
383383
<a href="./synthesis_report.html" class="btn btn-success">HTML</a>
384384
</td>
385385
</tr>
386+
<tr>
387+
<td><strong>Gate Analysis Report</strong></td>
388+
<td>Detailed gate-level analysis showing primitive gate counts, transistor estimates, and design complexity metrics.</td>
389+
<td>
390+
<a href="./gate_analysis_report.html" class="btn btn-success">HTML</a>
391+
<a href="./gate_analysis_report.md" class="btn btn-info">Markdown</a>
392+
</td>
393+
</tr>
386394
<tr>
387395
<td><strong>FPGA Implementation</strong></td>
388396
<td>Open-source FPGA flow results for various FPGA families.</td>

0 commit comments

Comments
 (0)