Fix make check
authorAnton Blanchard <anton@linux.ibm.com>
Sun, 15 Sep 2019 11:21:36 +0000 (21:21 +1000)
committerAnton Blanchard <anton@ozlabs.org>
Sun, 15 Sep 2019 11:21:36 +0000 (21:21 +1000)
commit427effdaa96ef9793d31eec5003d0bb2fc3089f6
tree9fdb22688fc36d1ddc706e90c1d9d20d04046a56
parent85062793b1f25054379cfc066aed4050ff803030
Fix make check

We need to finish support for all the trap instructions, but for now
we at least need a decode entry for tw, so we know to stall until the
previous instruction completes. Some of our test cases were failing
because the trap executed before the previous instruction completed.

All these trap instructions need to be resolved at completion, not
in execute.

Signed-off-by: Anton Blanchard <anton@linux.ibm.com>
decode1.vhdl