Start work on the predicate fetch FSM
authorCesar Strauss <cestrauss@gmail.com>
Sun, 21 Mar 2021 13:02:19 +0000 (10:02 -0300)
committerCesar Strauss <cestrauss@gmail.com>
Sun, 21 Mar 2021 13:06:46 +0000 (10:06 -0300)
commit019da29b6dcbe60e26c4aa3081d8f596ba901597
tree3f4099986924f5869cfde325e64a205695ed6902
parent0fedc91f0890d0cc4b428c06c012ea2e51c6695e
Start work on the predicate fetch FSM

After an instruction arrives, it will decode the SVP64 mask part
and will fetch the masks from the register files.
At the moment, it just returns the all ones mask.
The Issue FSM calls it, after receiving an instruction from Fetch, and
before entering execution vector loop.
src/soc/simple/issuer.py