threonorm
threonorm
Hi hanw, thanks for your answer! I have a "fix" where I just consider every commented dependency to be not a dependency, this work for my use of the bsvdependencies...
Hello Jamey, I am not sure I understand the problem properly : I don't understand what is this special kind of include for and where/what it used for. (What are...
Hi @RadhikaG @jameyhicks-cmt , On the previous version of the design that @RadhikaG is working on, I just remembered that I was actually not using upstream connectal, but Shuotao's fork:...
Hi @Columbus240 The problem of generating every successor allowed is that it computationally blow up very quickly. To go in that direction I think one would need to describe it...
Hi, The original intention was for external function to only be used for purely combinational functions. In that scenario registering calls to external function was not very relevant as external...
Yes, we currently stall conservatively for source register (but do not add dependencies for destination registers which are not real destinations). Mainly because the design we started from was doing...
Hi, Which version of verilator are you using? I believe I encountered that message at some point, but I had a little bit of an old version of verilator. Have...
I believe this is likely to be the problem, yes Here are the Verilator instructions to install from source that I followed: https://verilator.org/guide/latest/install.html#git-install Maybe you can give it a try,...