Fix SVP64 translator to yield the unaltered instruction
authorCesar Strauss <cestrauss@gmail.com>
Sat, 13 Feb 2021 09:12:09 +0000 (06:12 -0300)
committerCesar Strauss <cestrauss@gmail.com>
Sat, 13 Feb 2021 09:12:09 +0000 (06:12 -0300)
commit2051b5a26cf3dae9e4220363841a569a19713ee2
tree78715ab6dafb6978253f6214b150522564d2b306
parent99c712d52e4a9ff932162118677f228a332f1c01
Fix SVP64 translator to yield the unaltered instruction

Being a generator, it yields one item at a time, instead of appending to
a list.
Clean up the now unused return list, and simplify the iterator.
src/soc/sv/trans/svp64.py