From: lkcl Date: Sat, 23 Jul 2022 12:31:25 +0000 (+0100) Subject: (no commit message) X-Git-Tag: opf_rfc_ls005_v1~1085 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=779deb424ca78e310c6118b8255e6298dd89aa48;p=libreriscv.git --- 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?