Merge pull request #61 from antonblanchard/execute-cleanup

execute1 no longer needs sim_console
pull/63/head
Anton Blanchard 5 years ago committed by GitHub
commit 135805d2ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save