From 779deb424ca78e310c6118b8255e6298dd89aa48 Mon Sep 17 00:00:00 2001 From: lkcl Date: Sat, 23 Jul 2022 13:31:25 +0100 Subject: [PATCH] --- docs/pypowersim.mdwn | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/pypowersim.mdwn b/docs/pypowersim.mdwn index f56faffa2..e26bfd133 100644 --- a/docs/pypowersim.mdwn +++ b/docs/pypowersim.mdwn @@ -87,6 +87,20 @@ program termination. 1 LR: 0xffffffff ``` +**Example Execution** + +``` + 1 #!/bin/sh -xe + 2 + 3 pypowersim -g audio/mp3/mp3_0.gpr \ + 4 -s common.spr \ + 5 -p 0x20000000 \ + 6 -l data/audio/mp3/mp3_0_data/buf${1}:0x600000 \ + 7 -l data/audio/mp3/mp3_0_data/win0:0x700000 \ + 8 -d ${2}:0x900000:128 \ + 9 -i audio/mp3/mp3_0_apply_window_float.bin +``` + ### Before running the tests! **NOTE**: Is this correct? -- 2.30.2