1
0
mirror of https://github.com/antonblanchard/microwatt.git synced 2026-05-02 22:43:29 +00:00

Merge pull request #100 from antonblanchard/gpr-hazard-5-a

Separate issue control into its own unit
This commit is contained in:
Anton Blanchard
2019-10-15 09:02:56 +11:00
committed by GitHub
4 changed files with 145 additions and 82 deletions

View File

@@ -23,7 +23,7 @@ countzero_tb.o: common.o glibc_random.o countzero.o
cr_file.o: common.o
crhelpers.o: common.o
decode1.o: common.o decode_types.o
decode2.o: decode_types.o common.o helpers.o insn_helpers.o
decode2.o: decode_types.o common.o helpers.o insn_helpers.o control.o
decode_types.o:
execute1.o: decode_types.o common.o helpers.o crhelpers.o insn_helpers.o ppc_fx_insns.o rotator.o logical.o countzero.o
execute2.o: common.o crhelpers.o ppc_fx_insns.o