[dv] enable writeback stage and branch ALU

Signed-off-by: Udi <udij@google.com>
This commit is contained in:
Udi 2020-05-04 17:16:09 -07:00 committed by udinator
parent 15ab023e25
commit 7710947fe6

View file

@ -30,6 +30,8 @@ module core_ibex_tb_top;
.DmHaltAddr(`BOOT_ADDR + 'h0),
.DmExceptionAddr(`BOOT_ADDR + 'h4),
.PMPEnable(1'b1),
.BranchTargetALU(1'b1),
.WritebackStage(1'b1),
.RV32B(1'b1)
) dut (
.clk_i(clk),