[Libre-soc-dev] Attempting to run sim error

Cole Poirier colepoirier at gmail.com
Thu Sep 24 20:20:03 BST 2020


On Thu, Sep 24, 2020 at 11:40 AM Luke Kenneth Casson Leighton
<lkcl at lkcl.net> wrote:
>
> On Thu, Sep 24, 2020 at 7:02 PM Cole Poirier <colepoirier at gmail.com> wrote:
>
> > TypeError: __init__() got an unexpected keyword argument 'src_loc_at'
>
> git pull on nmigen-soc

Aha! Thank you. Working on gtkwave debugging of icache.py, and
comparing with icache.vhdl... It turns out the main state machine was
incorrectly indented one level too far in icache_miss() and therefore
was only running if 'inval_in'... dohhhh! So the sim was essentially
doing nothing... More useful now.

Cole



More information about the Libre-soc-dev mailing list