Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
- Explain NVCM.
- Make it clearer what it means to be able to read out NVCM.
- Spelling.
  • Loading branch information
mchack-work committed Aug 31, 2023
1 parent cc8316f commit ef310e8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# pynvcm

pynvcm with friends is a tool to program the NVCM of a Tillitis' Tkey
(ICE40).
pynvcm is a tool to program the non-volatile configuration memory
(NVCM) inside the of a Tillitis' Tkey FPGA (ICE40).

Either clone this repository and run from the Python interpreter or
download and run our pre-packed executables from
[releases](https://github.com/tillitis/pynvcm/releases).

**Note**: programming the NVCM is non-reversiable.
**Note**: programming the NVCM is non-reversable.

**Note**: the NVCM can still be read out unless you set the security
bit.
**Note**: the NVCM (including the Unique Device Secret) can still be
read out unless you set the security bit.

## Usage

Expand Down

0 comments on commit ef310e8

Please sign in to comment.