@@ -140,7 +140,7 @@ void load_rr_file(const t_graph_type graph_type,
140
140
VTR_ASSERT (max_chan_width > 0 );
141
141
142
142
/* Branches to binary format */
143
- next_component = get_single_child (rr_graph, " binary_nodes_and_edges" , loc_data, OPTIONAL);
143
+ next_component = get_single_child (rr_graph, " binary_nodes_and_edges" , loc_data, pugiutil:: OPTIONAL);
144
144
if (next_component) {
145
145
/* Loads edges, switches, and node look up tables*/
146
146
next_component = get_single_child (rr_graph, " switches" , loc_data);
@@ -150,7 +150,7 @@ void load_rr_file(const t_graph_type graph_type,
150
150
151
151
process_switches (next_component, loc_data);
152
152
153
- next_component = get_single_child (rr_graph, " binary_nodes_and_edges" , loc_data, OPTIONAL);
153
+ next_component = get_single_child (rr_graph, " binary_nodes_and_edges" , loc_data, pugiutil:: OPTIONAL);
154
154
auto filename = get_attribute (next_component, " file" , loc_data).as_string (" " );
155
155
VTR_LOG (" Using Binary File: %s\n " , filename);
156
156
FILE* fp = fopen (filename, " rb" );
0 commit comments