- sync_rtl/common/: skid_buffer, pipeline_reg, defines (valid/ready) - sync_rtl/mod_add/: modular adder example with Verilator C++ TB - test_framework/: Python-driven Verilator compile/sim/compare pipeline - test_framework/modules/mod_add/: 50-vector test plan, full鏈路 PASS - .trellis/spec/: RTL and test_framework conventions documented
31 lines
891 B
HTML
31 lines
891 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>ML-KEM Test Report</title>
|
|
<style>
|
|
body { font-family: monospace; background: #1e1e1e; color: #d4d4d4;
|
|
padding: 20px; }
|
|
h1 { color: #F44336; }
|
|
table { border-collapse: collapse; width: 100%; }
|
|
th, td { border: 1px solid #444; padding: 8px; text-align: left; }
|
|
th { background: #333; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1>SOME TESTS FAILED</h1>
|
|
<p>Generated: 20260624_194123<br>
|
|
Total: 50 vectors (0 pass, 50 fail)<br>
|
|
Elapsed: 1.04s</p>
|
|
<table>
|
|
<tr><th>Module</th><th>Status</th><th>Pass</th><th>Fail</th><th>Time</th></tr>
|
|
|
|
<tr>
|
|
<td>mod_add</td>
|
|
<td style="color:#F44336">FAIL</td>
|
|
<td>0</td>
|
|
<td>50</td>
|
|
<td>1.03s</td>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
</html> |