mirror of
https://github.com/openhwgroup/cve2.git
synced 2025-04-23 21:47:20 -04:00
Fix scripts
This commit is contained in:
parent
659e234be0
commit
1e04a06a2a
5 changed files with 6 additions and 6 deletions
|
@ -103,7 +103,7 @@
|
|||
|
||||
// CONFIG: RV32E
|
||||
// will reduce the register file to 16 words
|
||||
`define RV32E
|
||||
//`define RV32E
|
||||
|
||||
// CONFIG: ONLY_ALIGNED
|
||||
// will only allow aligned memory accesses and therefore overlapping mustn't occur
|
||||
|
|
|
@ -77,7 +77,7 @@
|
|||
|
||||
// CONFIG: JUMP_IN_ID
|
||||
// will enable direct jump in ID. Might increase critical path of jump target.
|
||||
//`define JUMP_IN_ID
|
||||
`define JUMP_IN_ID
|
||||
|
||||
|
||||
// Dependent definitions
|
||||
|
|
|
@ -77,7 +77,7 @@
|
|||
|
||||
// CONFIG: JUMP_IN_ID
|
||||
// will enable direct jump in ID. Might increase critical path of jump target.
|
||||
//`define JUMP_IN_ID
|
||||
`define JUMP_IN_ID
|
||||
|
||||
|
||||
// Dependent definitions
|
||||
|
|
|
@ -76,7 +76,7 @@
|
|||
|
||||
// CONFIG: JUMP_IN_ID
|
||||
// will enable direct jump in ID. Might increase critical path of jump target.
|
||||
//`define JUMP_IN_ID
|
||||
`define JUMP_IN_ID
|
||||
|
||||
|
||||
// Dependent definitions
|
||||
|
@ -127,7 +127,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
|
||||
`endif
|
||||
`endif
|
||||
`endif
|
||||
|
|
|
@ -75,7 +75,7 @@
|
|||
|
||||
// CONFIG: JUMP_IN_ID
|
||||
// will enable direct jump in ID. Might increase critical path of jump target.
|
||||
//`define JUMP_IN_ID
|
||||
`define JUMP_IN_ID
|
||||
|
||||
|
||||
// Dependent definitions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue