mirror of
https://github.com/SikongJueluo/Mini-Nav.git
synced 2026-07-12 20:15:31 +08:00
feat(hw/rtl): add xorshift PRNG modules and refactor cam_noisy FSM
- Add random32, random64 and random128 xorshift PRNG modules - Refactor cam_noisy FSM: split state register, next-state logic, and datapath into distinct blocks - Rename state_q/state_d to curr_state/next_state for clarity - Add MASK_GROUPS localparam and fix type casting in noise generation - Update .gitignore to exclude docs/superpowers
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -219,6 +219,7 @@ outputs/
|
||||
.claude/settings.local.json
|
||||
openspec/changes/
|
||||
.logs/
|
||||
docs/superpowers
|
||||
|
||||
# Devenv
|
||||
.devenv*
|
||||
|
||||
Reference in New Issue
Block a user