mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-22 04:47:25 -04:00
Merge branch 'master' of iis-git.ee.ethz.ch:pulp-project/little-riscv
This commit is contained in:
commit
4866ad5139
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