Skip to content

Commit 8f2e2eb

Browse files
committed
fix: upper case the block names to match the previous reports
Signed-off-by: James McCorrie <[email protected]>
1 parent 87077a1 commit 8f2e2eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dvsim/templates/reports/summary_report.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ <h2>Simulation Results: {{ top.name }}</h2>
106106
<tr>
107107
<td>
108108
<a href="{{ block_name }}.html">
109-
{{ block_name }}
109+
{{ block_name | upper }}
110110
</a>
111111
</td>
112112
<td>{{ flow.passed }}</td>

0 commit comments

Comments
 (0)