From ec25131665a3f2f97632cd66c409a1d1368d3e7d Mon Sep 17 00:00:00 2001 From: ko1N Date: Sun, 18 Dec 2022 22:20:46 +0100 Subject: [PATCH] Added auto-clear flag to readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f21c874..8c1c2c8 100644 --- a/README.md +++ b/README.md @@ -97,8 +97,9 @@ let mut conn = memflow_pcileech::create_connector(&conn_args, log::Level::Debug) The following arguments can be used when loading the connector: -- `device` - the name of the pcileech device to open (e.g. FPGA) (default argument, required) -- `memmap` - a file that contains a custom memory map in TOML format (optional) +- `device` - The name of the pcileech device to open (e.g. FPGA) (default argument, required) +- `memmap` - A file that contains a custom memory map in TOML format (optional) +- `auto-clear` - Enables auto-clear of status registers in LeechCore (Auto-clear is only available for bitstreams 4.7 and newer.) The memory map file must contain a mapping table in the following format: