mirror of
https://github.com/openhwgroup/cve2.git
synced 2025-04-22 21:17:59 -04:00
Fix configs
This commit is contained in:
parent
71ae152c91
commit
bf6d09fef8
2 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue