mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-24 06:07:19 -04:00
ariane_testharness: Fix ariane port list (#742)
Update the portlist of ariane's instantiation according to its definition (ariane.sv:45,49) Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
This commit is contained in:
parent
3ddf797e95
commit
a896d0cf57
1 changed files with 2 additions and 0 deletions
|
@ -692,7 +692,9 @@ module ariane_testharness #(
|
|||
.irq_i ( irqs ),
|
||||
.ipi_i ( ipi ),
|
||||
.time_irq_i ( timer_irq ),
|
||||
`ifdef RVFI_TRACE
|
||||
.rvfi_o ( rvfi ),
|
||||
`endif
|
||||
// Disable Debug when simulating with Spike
|
||||
`ifdef SPIKE_TANDEM
|
||||
.debug_req_i ( 1'b0 ),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue