Fix scripts

This commit is contained in:
Markus Wegmann 2017-01-08 23:09:29 +01:00
parent 659e234be0
commit 1e04a06a2a
5 changed files with 6 additions and 6 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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