mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-23 21:39:13 -04:00
[dv] enable writeback stage and branch ALU
Signed-off-by: Udi <udij@google.com>
This commit is contained in:
parent
15ab023e25
commit
7710947fe6
1 changed files with 2 additions and 0 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue