Skip to content

Commit 52014e7

Browse files
committed
lookahead: move connection box to router lookahead map
Signed-off-by: Alessandro Comodi <[email protected]>
1 parent b51ccec commit 52014e7

10 files changed

+1132
-2995
lines changed

vpr/src/base/vpr_context.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
#include "place_macro.h"
2525
#include "compressed_grid.h"
2626
#include "metadata_storage.h"
27-
#include "connection_box.h"
2827

2928
//A Context is collection of state relating to a particular part of VPR
3029
//
@@ -191,8 +190,6 @@ struct DeviceContext : public Context {
191190
// Name of rrgraph file read (if any).
192191
// Used to determine when reading rrgraph if file is already loaded.
193192
std::string read_rr_graph_filename;
194-
195-
ConnectionBoxes connection_boxes;
196193
};
197194

198195
//State relating to power analysis

vpr/src/route/connection_box.cpp

Lines changed: 0 additions & 146 deletions
This file was deleted.

vpr/src/route/connection_box.h

Lines changed: 0 additions & 82 deletions
This file was deleted.

0 commit comments

Comments
 (0)