[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:
Tom Roberts 2020-05-27 11:23:36 +01:00 committed by Tom Roberts
parent 8b42024cd5
commit f26cc9bb58

View file

@ -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),