diff --git a/scripts/example_configs/10_no_mul_no_vec_no_hwlp_no_bit_no_lsuadder_no_prepost_no_special_no_3r2wregs_with_simplealu_with_smallif_no_jumpinid.sv b/scripts/example_configs/10_no_mul_no_vec_no_hwlp_no_bit_no_lsuadder_no_prepost_no_special_no_3r2wregs_with_simplealu_with_smallif_no_jumpinid.sv index 19c9b8db..a3111d24 100644 --- a/scripts/example_configs/10_no_mul_no_vec_no_hwlp_no_bit_no_lsuadder_no_prepost_no_special_no_3r2wregs_with_simplealu_with_smallif_no_jumpinid.sv +++ b/scripts/example_configs/10_no_mul_no_vec_no_hwlp_no_bit_no_lsuadder_no_prepost_no_special_no_3r2wregs_with_simplealu_with_smallif_no_jumpinid.sv @@ -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 diff --git a/scripts/example_configs/11_no_mul_no_vec_no_hwlp_no_bit_no_lsuadder_no_prepost_no_special_no_3r2wregs_with_simplealu_with_smallif_rv32e.sv b/scripts/example_configs/11_no_mul_no_vec_no_hwlp_no_bit_no_lsuadder_no_prepost_no_special_no_3r2wregs_with_simplealu_with_smallif_rv32e.sv index 4b0c6b24..9f3ec855 100644 --- a/scripts/example_configs/11_no_mul_no_vec_no_hwlp_no_bit_no_lsuadder_no_prepost_no_special_no_3r2wregs_with_simplealu_with_smallif_rv32e.sv +++ b/scripts/example_configs/11_no_mul_no_vec_no_hwlp_no_bit_no_lsuadder_no_prepost_no_special_no_3r2wregs_with_simplealu_with_smallif_rv32e.sv @@ -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 diff --git a/scripts/example_configs/12_no_mul_no_vec_no_hwlp_no_bit_no_lsuadder_no_prepost_no_special_no_3r2wregs_with_simplealu_with_smallif_rv32e_with_splittedadder.sv b/scripts/example_configs/12_no_mul_no_vec_no_hwlp_no_bit_no_lsuadder_no_prepost_no_special_no_3r2wregs_with_simplealu_with_smallif_rv32e_with_splittedadder.sv index c84eec28..8c84f622 100644 --- a/scripts/example_configs/12_no_mul_no_vec_no_hwlp_no_bit_no_lsuadder_no_prepost_no_special_no_3r2wregs_with_simplealu_with_smallif_rv32e_with_splittedadder.sv +++ b/scripts/example_configs/12_no_mul_no_vec_no_hwlp_no_bit_no_lsuadder_no_prepost_no_special_no_3r2wregs_with_simplealu_with_smallif_rv32e_with_splittedadder.sv @@ -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 diff --git a/scripts/example_configs/13_rv32e_merged_pipeline.sv b/scripts/example_configs/13_rv32e_merged_pipeline.sv index 3f668576..9cb2edc5 100644 --- a/scripts/example_configs/13_rv32e_merged_pipeline.sv +++ b/scripts/example_configs/13_rv32e_merged_pipeline.sv @@ -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 diff --git a/scripts/example_configs/14_rv32e_merged_pipeline_only_aligned.sv b/scripts/example_configs/14_rv32e_merged_pipeline_only_aligned.sv index 23982167..dabc532c 100644 --- a/scripts/example_configs/14_rv32e_merged_pipeline_only_aligned.sv +++ b/scripts/example_configs/14_rv32e_merged_pipeline_only_aligned.sv @@ -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