From 0beedc84dfc17cf584e12a3b125a364ce236fd48 Mon Sep 17 00:00:00 2001 From: Mario Date: Fri, 15 Mar 2024 10:22:05 +0000 Subject: [PATCH] Redo tb_exit_o reconnect --- verif/tb/uvmt/uvmt_cva6_tb.sv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/verif/tb/uvmt/uvmt_cva6_tb.sv b/verif/tb/uvmt/uvmt_cva6_tb.sv index 965695aece..543056a103 100644 --- a/verif/tb/uvmt/uvmt_cva6_tb.sv +++ b/verif/tb/uvmt/uvmt_cva6_tb.sv @@ -123,7 +123,7 @@ module uvmt_cva6_tb; .axi_switch_vif (axi_switch_vif), .default_inputs_vif (default_inputs_vif), .core_cntrl_if(core_cntrl_if), - .tb_exit_o(tb_exit_if.tb_exit_o), + .tb_exit_o(rvfi_if.tb_exit_o), .rvfi_o(rvfi_instr_q), .rvfi_csr_o(rvfi_if.rvfi_csr_o) );