From a9e98882fd526587a5bd34f20f30fc96b0d9d3da Mon Sep 17 00:00:00 2001 From: Pascal Gouedo Date: Wed, 16 Aug 2023 11:30:29 +0200 Subject: [PATCH] Issue #843 correction. Signed-off-by: Pascal Gouedo --- example_tb/core/cv32e40p_tb_subsystem.sv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example_tb/core/cv32e40p_tb_subsystem.sv b/example_tb/core/cv32e40p_tb_subsystem.sv index b4a7bb67f..dad5e6b6b 100644 --- a/example_tb/core/cv32e40p_tb_subsystem.sv +++ b/example_tb/core/cv32e40p_tb_subsystem.sv @@ -154,7 +154,7 @@ module cv32e40p_tb_subsystem #( .irq_external_o(irq_external), .irq_fast_o (irq_fast), - .pc_core_id_i(wrapper_i.core_i.pc_id), + .pc_core_id_i(top_i.core_i.pc_id), .tests_passed_o(tests_passed_o), .tests_failed_o(tests_failed_o),