(no commit message)
authorlkcl <lkcl@web>
Sat, 23 Jul 2022 12:31:25 +0000 (13:31 +0100)
committerIkiWiki <ikiwiki.info>
Sat, 23 Jul 2022 12:31:25 +0000 (13:31 +0100)
docs/pypowersim.mdwn

index f56faffa2fa487d9fab866e910c2e0788823420f..e26bfd1332cc8c24fd9aaa78649fb26c608a2a08 100644 (file)
@@ -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?