-
Notifications
You must be signed in to change notification settings - Fork 589
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tools/litex_client: tools/litex_client: Added --file argument to supp…
…ort reading/writing memory to/from binary files. Usage examples: 1. Write memory from a file: ./litex_cli --write 0x40000000 --length=128 --file=mem.bin 2. Write memory from console: ./litex_cli --write 0x40000000 0x12345678 3. Read memory to a file: ./litex_cli --read 0x40000000 --length=128 --file=dump.bin 4. Read memory to console: ./litex_cli --read 0x40000000 --length=128
- Loading branch information
1 parent
e937562
commit 95f37a8
Showing
1 changed file
with
56 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters