Skip to content

Commit

Permalink
Add an empty rvfi to the FPGA
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Zaruba <[email protected]>
  • Loading branch information
zarubaf committed Jul 28, 2023
1 parent f00d666 commit bd6f8c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions corev_apu/fpga/src/ariane_xilinx.sv
Original file line number Diff line number Diff line change
Expand Up @@ -710,6 +710,7 @@ ariane #(
.irq_i ( irq ),
.ipi_i ( ipi ),
.time_irq_i ( timer_irq ),
.rvfi_o ( /* open */ ),
.debug_req_i ( debug_req_irq ),
.noc_req_o ( axi_ariane_req ),
.noc_resp_i ( axi_ariane_resp )
Expand Down

0 comments on commit bd6f8c9

Please sign in to comment.