File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -689,7 +689,7 @@ TEST_CASE("test_create_noc_links", "[vpr_setup_noc]") {
689
689
690
690
router_connection = noc_info.router_list [router_id - 1 ].connection_list .begin ();
691
691
692
- for (auto noc_link = noc_model.get_noc_router_outgoing_links (current_source_router_id).begin (); noc_link != noc_model.get_noc_router_connections (current_source_router_id).end (); noc_link++) {
692
+ for (auto noc_link = noc_model.get_noc_router_outgoing_links (current_source_router_id).begin (); noc_link != noc_model.get_noc_router_outgoing_links (current_source_router_id).end (); noc_link++) {
693
693
// get the connecting link
694
694
const NocLink& connecting_link = noc_model.get_single_noc_link (*noc_link);
695
695
@@ -711,7 +711,7 @@ TEST_CASE("test_setup_noc", "[vpr_setup_noc]") {
711
711
t_noc_inf noc_info;
712
712
713
713
// pointer to each logical router
714
- t_router* temp_router = NULL ;
714
+ t_router* temp_router = nullptr ;
715
715
716
716
// start by creating all the logical routers
717
717
// this is similiar to the user provided a config file
You can’t perform that action at this time.
0 commit comments