Clean up register read debug output
authorAnton Blanchard <anton@linux.ibm.com>
Mon, 9 Sep 2019 01:18:26 +0000 (11:18 +1000)
committerAnton Blanchard <anton@ozlabs.org>
Mon, 9 Sep 2019 01:18:26 +0000 (11:18 +1000)
commit04eb9583e657cf53a3cdec0ffe4d54eabad39d94
treef8d25f468e81aa2673b924c9a351bdf0d75f256f
parent7c2a2b7414d7dd166f297d316cb60ef88ccdb8d3
Clean up register read debug output

Right now we continually print all 3 possible GPRs an instruction
may be using. Add signals so we only print GPRs when they are
actually read. This should hopefully optimise away when synthesized.

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