mirror of
https://github.com/antonblanchard/microwatt.git
synced 2026-04-05 04:35:00 +00:00
execute1 no longer needs sim_console
Signed-off-by: Anton Blanchard <anton@linux.ibm.com>
This commit is contained in:
committed by
Anton Blanchard
parent
d573748da0
commit
6d85920068
2
Makefile
2
Makefile
@@ -19,7 +19,7 @@ crhelpers.o: common.o
|
||||
decode1.o: common.o decode_types.o
|
||||
decode2.o: decode_types.o common.o helpers.o insn_helpers.o
|
||||
decode_types.o:
|
||||
execute1.o: decode_types.o common.o helpers.o crhelpers.o ppc_fx_insns.o sim_console.o
|
||||
execute1.o: decode_types.o common.o helpers.o crhelpers.o ppc_fx_insns.o
|
||||
execute2.o: common.o crhelpers.o ppc_fx_insns.o
|
||||
fetch1.o: common.o
|
||||
fetch2.o: common.o wishbone_types.o
|
||||
|
||||
@@ -8,7 +8,6 @@ use work.common.all;
|
||||
use work.helpers.all;
|
||||
use work.crhelpers.all;
|
||||
use work.ppc_fx_insns.all;
|
||||
use work.sim_console.all;
|
||||
|
||||
entity execute1 is
|
||||
generic (
|
||||
|
||||
Reference in New Issue
Block a user