decode1: Conditional trap instructions don't need to be single-issue
authorPaul Mackerras <paulus@ozlabs.org>
Sat, 25 Sep 2021 03:26:09 +0000 (13:26 +1000)
committerPaul Mackerras <paulus@ozlabs.org>
Sat, 25 Sep 2021 03:26:09 +0000 (13:26 +1000)
commit83dea9479364674a8b289373d13d5a0c3233c4e4
treec586e229461605801ed769f70c47a1f6eb1f4582
parent9aaa6d3ca31770dd21a8a5e604e9579e8554424c
decode1: Conditional trap instructions don't need to be single-issue

They can generate interrupts, but that doesn't mean they have to
single-issue.

Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
decode1.vhdl