Skip to content

Commit

Permalink
Merge pull request openhwgroup#851 from pascalgouedo/dev
Browse files Browse the repository at this point in the history
Issue openhwgroup#843 correction.
  • Loading branch information
davideschiavone authored Aug 16, 2023
2 parents 2b42323 + a9e9888 commit c58aecd
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 c58aecd

Please sign in to comment.