We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b7eea6 commit a4ee23eCopy full SHA for a4ee23e
src/main.rs
@@ -204,7 +204,10 @@ 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
+ .long_help("Add offset to all base addresses on all peripherals in the SVD file.
209
+Useful for soft-cores where the peripheral address range isn't necessarily fixed.
210
+Ignore this option if you are not building your own FPGA based soft-cores."),
211
)
212
.arg(
213
Arg::new("log_level")
0 commit comments