Fix config

This commit is contained in:
Markus Wegmann 2017-01-09 11:33:21 +01:00
parent 274a1d160b
commit 4fa38974d5

View file

@ -758,8 +758,11 @@ module riscv_id_stage
SEL_FW_EX: operand_a_fw_id = regfile_alu_wdata_fw_i;
// CONFIG_REGION: ONLY_ALIGNED
`ifndef ONLY_ALIGNED
// CONFIG_REGION: MERGE_ID_EX
`ifdef MERGE_ID_EX
SEL_MISALIGNED: operand_a_fw_id = misaligned_addr_i;
`endif
`endif
SEL_FW_WB: operand_a_fw_id = regfile_wdata_wb_i;
SEL_REGFILE: operand_a_fw_id = regfile_data_ra_id;
default: operand_a_fw_id = regfile_data_ra_id;