From: Anton Blanchard Date: Mon, 16 Sep 2019 01:18:53 +0000 (+1000) Subject: execute1 no longer needs sim_console X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6d85920068b081d3d7d8d7d74a545d3a97123f58;p=microwatt.git execute1 no longer needs sim_console Signed-off-by: Anton Blanchard --- diff --git a/Makefile b/Makefile index 3c3836f..2fe8d01 100644 --- a/Makefile +++ b/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 diff --git a/execute1.vhdl b/execute1.vhdl index 8aba386..858dc5b 100644 --- a/execute1.vhdl +++ b/execute1.vhdl @@ -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 (