mirror of
https://github.com/SikongJueluo/Mini-Nav.git
synced 2026-07-13 04:25:32 +08:00
- Replace NOISE_GEN_BITS/NOISE_SAMPLE_BITS parameters with unified NOISE_BITS
- Use xorshift128 (random128) instead of xorshift64 for PRNG
- Add flip_mask_next combinational helper for single-cycle mask computation
- Add random_enable signal to advance PRNG only on accepted noisy writes
- Simplify FSM by removing mask_group_idx counter
- Update parameter validation: GROUP_BITS (= HASH_BITS/NOISE_BITS) must equal 64
- Update ref_model.py and tests to match new seed convention: {seed, seed}
- Update Makefile and sweep_noise.py with renamed parameters
21 lines
359 B
JSON
21 lines
359 B
JSON
{
|
|
"$schema": "https://opencode.ai/config.json",
|
|
"permission": {
|
|
"bash": {
|
|
"python": "deny",
|
|
"python *": "deny",
|
|
"make": "deny",
|
|
"make *": "deny",
|
|
"just remote *": "ask",
|
|
"verilator": "deny",
|
|
"verilator *": "deny"
|
|
},
|
|
"read": {
|
|
".env": "deny"
|
|
},
|
|
"edit": {
|
|
".env": "deny"
|
|
}
|
|
}
|
|
}
|