mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-23 13:27:10 -04:00
[dv] Add missing signal to i$ tb
- Fixes #904 - Will need a future update to drive the new signal properly Signed-off-by: Tom Roberts <tomroberts@lowrisc.org>
This commit is contained in:
parent
8b42024cd5
commit
f26cc9bb58
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ module tb;
|
|||
// Connect icache <-> core interface
|
||||
.req_i (core_if.req),
|
||||
.branch_i (core_if.branch),
|
||||
.branch_spec_i (core_if.branch), // TODO - drive this from TB
|
||||
.addr_i (core_if.branch_addr),
|
||||
.ready_i (core_if.ready),
|
||||
.valid_o (core_if.valid),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue