refactor: 把 run_hello.sh 合并进 run_tb.sh 的 'hello' 模块

新增 ./run_tb.sh hello [two],复用 'top' 的 RTL 编译列表 + hello_world/
two_inst 自检 TB,删除独立的 run_hello.sh。README 同步更新命令。
This commit is contained in:
2026-06-29 22:34:36 +08:00
parent 6b99e5abba
commit df4d5cd572
3 changed files with 41 additions and 28 deletions

View File

@@ -218,8 +218,8 @@ c' = K-PKE.Encrypt(ek_pke, m', r') ←── 复用整条 Encaps 流水
./run_tb.sh dec # Decaps含拒绝路径
./run_tb.sh dec 2 0 # 仅 K=2 用例 0
./run_hello.sh # hello_world 端到端(单实例)
./run_hello.sh two # hello_world 端到端双实例genenc + dec
./run_tb.sh hello # hello_world 端到端(单实例)
./run_tb.sh hello two # hello_world 端到端双实例genenc + dec
```
`hello_world` 硬件输出与 Rust 参考逐字节一致:`shared_key=ced0c031a4bee34a...``encrypted=a6b5ac5dcb9e9425b9e3b8``decrypted="hello world"`