On inorder.py, after Execute, update the PC and go back to Fetch
authorCesar Strauss <cestrauss@gmail.com>
Mon, 3 Jan 2022 13:02:34 +0000 (10:02 -0300)
committerCesar Strauss <cestrauss@gmail.com>
Mon, 3 Jan 2022 13:09:29 +0000 (10:09 -0300)
commit7b69616af05e35a3398a88f785d52faffd3cc30f
tree37ab27df570b634e6facc5738bd7be46dcfc3b2d
parentf57f94eedd990c5a52b7a53fce3dfedd7eb75348
On inorder.py, after Execute, update the PC and go back to Fetch

When removing SVP64 from inorder.py, this code block must have
been deleted by mistake.

"python test_issuer.py nosvp64 --inorder" now completes successfully,
without going into an infinite loop.
src/soc/simple/inorder.py