Fix configs

This commit is contained in:
Markus Wegmann 2017-01-10 10:34:53 +01:00
parent 71ae152c91
commit bf6d09fef8
2 changed files with 7 additions and 1 deletions

View file

@ -124,6 +124,12 @@
//`define NO_JUMP_ADDER
`endif
`ifdef MERGE_ID_EX
// CONFIG: NO_JUMP_ADDER
// will use ALU adder to calculate target and get return address from prefetcher
`define NO_JUMP_ADDER
`endif
`endif
`endif

View file

@ -116,7 +116,7 @@
`ifdef JUMP_IN_ID
// CONFIG: MERGE_ID_EX
// will merge/fuse the ID and EX stage
//`define MERGE_ID_EX
`define MERGE_ID_EX
`ifdef MERGE_ID_EX
// CONFIG: NO_JUMP_ADDER