Files
mlkem-sync/test_framework/reports/report_20260624_193336.html
FallenSigh 8fdf944555 feat: init mlkem project with Verilator test framework
- 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
2026-06-24 19:43:29 +08:00

31 lines
896 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: #4CAF50; }
table { border-collapse: collapse; width: 100%; }
th, td { border: 1px solid #444; padding: 8px; text-align: left; }
th { background: #333; }
</style>
</head>
<body>
<h1>ALL TESTS PASSED</h1>
<p>Generated: 20260624_193336<br>
Total: 0 vectors (0 pass, 0 fail)<br>
Elapsed: 0.65s</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">COMPILE_ERROR</td>
<td>0</td>
<td>0</td>
<td>0.65s</td>
</tr>
</table>
</body>
</html>