lowRISC / lowRISC/opentitan

[bkdr_loader] support start/stop address

Open
#30,920 2 comments 0 reactions 1 assignee Claimed by @thommythomaso View on GitHub
Dominant language
SystemVerilog
Stars
3.6k
Forks
1.1k
Avg merge
2d 22h
Merged PRs (30d)
141

Description

To load the OTP image into the RRAM data array we need a small adjustment in the backdoor loader.

Instead of clearing the full array we need to be able to only clear a segment.

I think we can add:
- start address
- end address

The operations should behave like this:
- start address should always be respected
- Autoincrement will stop at the end address
- clearing will clear from start to end

The values can be reset to a default after a clear or auto increment operation.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.