[Libre-soc-bugs] [Bug 583] Implement simple VL for-loop in nMigen for TestIssuer
bugzilla-daemon at libre-soc.org
bugzilla-daemon at libre-soc.org
Wed Mar 3 14:37:51 GMT 2021
https://bugs.libre-soc.org/show_bug.cgi?id=583
--- Comment #46 from Luke Kenneth Casson Leighton <lkcl at lkcl.net> ---
i just added svstate_i which is the same as pc_i so that this can also
be set whilst the processor is STOPPED.
then, test_runner.py uses svstate_i.ok to set svstate and releases it
at the same time as pc_i.ok when START is sent.
in theeeeorryyyy that should solve the reset problem for starting a new
program, because (just like pc_i) when the new svstate_i is passed in,
it is no longer read from the StateRegs regfile.
that was probably the problem.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the libre-soc-bugs
mailing list