[Libre-soc-dev] pysvp64asm: opcode setvli not supported

Luke Kenneth Casson Leighton lkcl at lkcl.net
Mon Jun 14 23:02:21 BST 2021


On Mon, Jun 14, 2021 at 6:13 PM Luke Kenneth Casson Leighton <lkcl at lkcl.net>
wrote:

>
> i will think about it because for bare minimum functionality it might
> be ok to implement.
>

it's functional.  was a bit of a pain to recognise N(xyz) and other patterns
but it's functional.

am now running with this

#!/bin/sh -xe

pypowersim -g audio/mp3/mp3_0.gpr \
        -s common.spr \
        -p 0x20000000 \
        -l data/audio/mp3/mp3_0_data/buf${1}:0x600000 \
        -l data/audio/mp3/mp3_0_data/win0:0x700000 \
        -d ${2}:0x900000:128 \
        -i audio/mp3/mp3_0_apply_window_float_basicsv.bin
cmp ${2} data/audio/mp3/mp3_0_data/samples${1}

and have run into an FP overflow which is not supposed to happen
so will investigate further.

l.


More information about the Libre-soc-dev mailing list