Skip to content

Commit 0a926d2

Browse files
committed
Uncommented compressed grid echo file name
1 parent 583e022 commit 0a926d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

vpr/src/base/echo_files.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ void alloc_and_load_echo_file_info() {
122122
setEchoFileName(E_ECHO_ENDPOINT_TIMING, "endpoint_timing.echo.json");
123123
setEchoFileName(E_ECHO_LOOKAHEAD_MAP, "lookahead_map.echo");
124124
setEchoFileName(E_ECHO_RR_GRAPH_INDEXED_DATA, "rr_indexed_data.echo");
125-
//setEchoFileName(E_ECHO_COMPRESSED_GRIDS, "compressed_grids.echo");
125+
setEchoFileName(E_ECHO_COMPRESSED_GRIDS, "compressed_grids.echo");
126126
}
127127

128128
void free_echo_file_info() {

vpr/src/base/echo_files.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ enum e_echo_files {
5252
E_ECHO_ENDPOINT_TIMING,
5353
E_ECHO_LOOKAHEAD_MAP,
5454
E_ECHO_RR_GRAPH_INDEXED_DATA,
55-
//E_ECHO_COMPRESSED_GRIDS,
55+
E_ECHO_COMPRESSED_GRIDS,
5656

5757
//Timing Graphs
5858
E_ECHO_PRE_PACKING_TIMING_GRAPH,

0 commit comments

Comments
 (0)