mirror of
https://github.com/SikongJueluo/Mini-Nav.git
synced 2026-07-12 20:15:31 +08:00
feat(sim): enable read noise by default and improve test infrastructure
- Set READ_NOISE_EN=1 as default in cam_top.sv - Wire READ_NOISE_* parameters to NOISE_* makefile variables in cocotb-common.mk - Add PYTHON env variable support in Makefile for test invocation - Update .gitignore with glob patterns (**/sim_build/, **/results.xml, *.fst) - Add justfile recipe for remote cam-test-top execution
This commit is contained in:
@@ -55,6 +55,10 @@ cam-test-all:
|
||||
cam-test-full:
|
||||
just remote "make -C hw/sim clean && make -C hw/sim test-all"
|
||||
|
||||
# Run top CAM tests
|
||||
cam-test-top:
|
||||
just remote "make -C hw/sim clean && make -C hw/sim test-top"
|
||||
|
||||
# Run Python reference model tests
|
||||
cam-test-py:
|
||||
make -C hw/sim test-model
|
||||
|
||||
Reference in New Issue
Block a user