Skip to content

Commit

Permalink
Issue openhwgroup#843 correction.
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Gouedo <[email protected]>
  • Loading branch information
Pascal Gouedo committed Aug 16, 2023
1 parent 2b42323 commit a9e9888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example_tb/core/cv32e40p_tb_subsystem.sv
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit a9e9888

Please sign in to comment.