chore(task): archive 06-27-fix-tb-strict-compare

This commit is contained in:
2026-06-27 01:48:14 +08:00
parent 5e0ba7ad77
commit d61efc96c3
4 changed files with 38 additions and 0 deletions

View File

@@ -0,0 +1 @@
{"_example": "Fill with {\"file\": \"<path>\", \"reason\": \"<why>\"}. Put spec/research files only — no code paths. Run `python3 .trellis/scripts/get_context.py --mode packages` to list available specs. Delete this line once real entries are added."}

View File

@@ -0,0 +1 @@
{"_example": "Fill with {\"file\": \"<path>\", \"reason\": \"<why>\"}. Put spec/research files only — no code paths. Run `python3 .trellis/scripts/get_context.py --mode packages` to list available specs. Delete this line once real entries are added."}

View File

@@ -0,0 +1,10 @@
# TB 严格数值比较
## Goal
修改 tb 中 PASS/FAIL 逻辑:仅当 pk/sk/ct/ss 与 KAT 期望值**数值匹配**才算 PASSFSM 跑通但数值不匹配算 FAIL。
## Fix
`sync_rtl/top/TB/tb_mlkem_top_xsim.v` 中:
- 删除 "structural pass" 逻辑line 320 附近)
- WARN 分支改为 `kg_fail++` 而非 `kg_pass++`
- Encaps/Decaps 同理

View File

@@ -0,0 +1,26 @@
{
"id": "fix-tb-strict-compare",
"name": "fix-tb-strict-compare",
"title": "修改TB为严格数值比较",
"description": "",
"status": "completed",
"dev_type": null,
"scope": null,
"package": null,
"priority": "P2",
"creator": "FallenSigh",
"assignee": "FallenSigh",
"createdAt": "2026-06-27",
"completedAt": "2026-06-27",
"branch": null,
"base_branch": "main",
"worktree_path": null,
"commit": null,
"pr_url": null,
"subtasks": [],
"children": [],
"parent": null,
"relatedFiles": [],
"notes": "",
"meta": {}
}