1
0
mirror of https://github.com/antonblanchard/microwatt.git synced 2026-04-11 06:37:58 +00:00

Merge pull request #61 from antonblanchard/execute-cleanup

execute1 no longer needs sim_console
This commit is contained in:
Anton Blanchard
2019-09-16 13:14:25 +10:00
committed by GitHub
2 changed files with 1 additions and 2 deletions

View File

@@ -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

View File

@@ -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 (