mirror of
https://github.com/SikongJueluo/Mini-Nav.git
synced 2026-07-12 20:15:31 +08:00
refactor(cam): rename read-noise path to read-pass-through and reorganize test module structure
- Rename `read_noise` scenarios and noise_mode to `read_pass_through` across run_cam_correctness.py, test_run_cam_correctness.py, and Makefiles - Update RTL comment in match_engine_pipeline.sv to reflect pass-through behavior - Move unit-level cocotb tests from `tests.test_*` flat namespace to `tests.modules.*` and `tests.top.*` subdirectory layout, matching actual Makefile paths (hw/sim/tests/modules/..., hw/sim/tests/top/...) - Remove redundant dual-noise subtarget from read_noise/Makefile - Update help text and docs to reflect read-path pass-through semantics - Add .codegraph to .gitignore
This commit is contained in:
@@ -157,7 +157,7 @@
|
||||
- `HASH_BITS`
|
||||
- `LANES`
|
||||
- `WRITE_NOISE_*`
|
||||
- `READ_NOISE_*`
|
||||
- 读取路径 pass-through 验证(读阶段不再注入噪声)
|
||||
- `.justfile` 已封装远程 Verilator/Cocotb 执行命令。
|
||||
|
||||
### 还需补齐
|
||||
|
||||
Reference in New Issue
Block a user