We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b7eea6 commit 5eb0185Copy full SHA for 5eb0185
src/main.rs
@@ -204,7 +204,9 @@ fn run() -> Result<()> {
204
.long("base-address-shift")
205
.alias("base_address_shift")
206
.action(ArgAction::Set)
207
- .help("Shift base address for all peripherals"),
+ .help("Add offset to all base addresses on all peripherals in the SVD file.
208
+ Useful for soft-cores where the peripheral address range isn't necessarily fixed.
209
+ Ignore this option if you are not building your own FPGA based soft-cores."),
210
)
211
.arg(
212
Arg::new("log_level")
0 commit comments