Adds 4 Verilator cases covering d_u=11 and d_v=5 (ML-KEM-1024), which the RTL already supports (d is 5-bit, products fit 24 bits). comp_decomp now 120/120 vectors. Also ignore .omo/ session runtime cache and archive the 06-27-sha3-g-test-specific-input trellis task. Verified all 10 modules pass both frameworks: - Verilator: 4334/4334 vectors - XSIM (Vivado 2019.2): all 11 testbenches green, separate committed vectors Oracles independently cross-checked vs hashlib (G/H/J/PRF) and FIPS 203 Alg 7/8/9/10/12 (sample_ntt, sample_cbd, ntt, poly_mul).
36 lines
495 B
Plaintext
36 lines
495 B
Plaintext
# Verilator build artifacts
|
|
obj_dir/
|
|
*/obj_dir/
|
|
|
|
# Python cache
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# Test framework outputs
|
|
test_framework/reports/report_*.html
|
|
test_framework/modules/*/vectors/*.hex
|
|
|
|
# XSIM testbench result dumps (regenerated by simulation)
|
|
sync_rtl/**/TB/vectors/*_result.hex
|
|
|
|
# Vivado XSIM simulation artifacts
|
|
xsim.dir/
|
|
*.jou
|
|
*.log
|
|
*.pb
|
|
*.wdb
|
|
*.backup.jou
|
|
*.backup.log
|
|
.Xil/
|
|
webtalk*.jou
|
|
webtalk*.log
|
|
xelab.pb
|
|
xvlog.pb
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Session runtime continuation cache
|
|
.omo/
|