Fetch and decode the SVP64 prefix
authorCesar Strauss <cestrauss@gmail.com>
Sat, 13 Feb 2021 21:40:27 +0000 (18:40 -0300)
committerCesar Strauss <cestrauss@gmail.com>
Sat, 13 Feb 2021 21:40:27 +0000 (18:40 -0300)
commit92ba64ea13794dea71816be746a056d52e245651
tree4113daf3e4b0d637431c62cd59ab58ddea57bff3
parent76851d5bc1ae2544821ba03ae248c22192cce93b
Fetch and decode the SVP64 prefix

After fetching the word at the PC, send it combinatorially to the SVP64
decoder. Pass the decoded prefix (if any) to PowerDecoder2. If it's not a
prefix, hand over the instruction to the decoder. Otherwise, initiate a
read from the next memory location. Adjust the next instruction address
accordingly.
src/soc/simple/issuer.py