[Libre-soc-dev] daily kan-ban update 16aug2021

lkcl luke.leighton at gmail.com
Mon Aug 16 19:41:49 BST 2021



On August 16, 2021 5:58:18 PM UTC, Tobias Platen <libre-soc at platen-software.de> wrote:
>On Mon, 16 Aug 2021 18:32:56 +0200
>Tobias Platen <libre-soc at platen-software.de> wrote:
>
>> today: continuing where I left two weeks ago
>this includes fixing the renamed symbols. I get an AttributeError in
>the store function:
>
store function of which file?

>def store(dut, src1, src2, src3, imm, imm_ok=True, update=False,
>          byterev=True):

>    #orig yield dut.oper_i.update.eq(update)
>    yield dut.oper_i.imm_data.data.eq(imm)
>    yield dut.oper_i.imm_data.ok.eq(imm_ok)
>    #error here: yield dut.oper_i.update.eq(update)
>  #AttributeError: Record 'oper_i_None' does not have a field 'update'.

this *might* now be ldst_mode, i think.

but it is not a True/False it is an enum.

you'll need to check the Record.  recursive grep ldst_mode.

l.



More information about the Libre-soc-dev mailing list