Remove issue restrictions on a number of instructions
authorAnton Blanchard <anton@linux.ibm.com>
Mon, 14 Oct 2019 05:20:07 +0000 (16:20 +1100)
committerAnton Blanchard <anton@ozlabs.org>
Mon, 14 Oct 2019 22:38:06 +0000 (09:38 +1100)
commitbb65d0b89985b2e1bbbe35676caf68c08640bf69
treec5fded991b41b443adfc7dcce4a9c7dd749ae0db
parentbdc26b7527c3fa66de099473df07e6bb0272333e
Remove issue restrictions on a number of instructions

Anything that isn't a load or store and anything that doesn't read the
CR can go as soon as its inputs are ready.

While we could also allow SPR read/write and carry read/write, we plan
to change them to be read in decode2 and written in writeback soon and
they will need separate hazard detection to be added.

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