mirror of
https://github.com/SikongJueluo/Mini-Nav.git
synced 2026-07-12 20:15:31 +08:00
feat(cam): add Bernoulli noise mask module and cocotb tests
- Add noise_mask_bernoulli.sv RTL module for probabilistic masking - Add cocotb test suite with reset, threshold, determinism, and distribution checks - Update rtl-sources.mk to include new module - Fix PYTHONPATH in devenv.nix shell hook
This commit is contained in:
@@ -28,6 +28,7 @@ in
|
||||
|
||||
enterShell = ''
|
||||
export UV_PROJECT_ENVIRONMENT=$MAMBA_ROOT_PREFIX/envs/mini-nav
|
||||
unset PYTHONPATH
|
||||
|
||||
eval "$(micromamba shell hook --shell bash)"
|
||||
micromamba activate mini-nav
|
||||
|
||||
Reference in New Issue
Block a user