Skip to content

Commit 03525f8

Browse files
committed
[VPR] Change code comments
1 parent 9e23361 commit 03525f8

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

vpr/src/device/rr_spatial_lookup.h

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
#ifndef RR_SPATIAL_LOOKUP_H
22
#define RR_SPATIAL_LOOKUP_H
33

4-
#include "vtr_geometry.h"
5-
#include "vtr_vector.h"
6-
#include "vpr_types.h"
7-
84
/**
5+
* @file
96
* @brief This RRSpatialLookup class encapsulates
107
* the node-lookup for a routing resource graph
118
*
@@ -18,6 +15,10 @@
1815
* - Update the look-up with new nodes
1916
* - Find the id of a node with given information, e.g., x, y, type etc.
2017
*/
18+
#include "vtr_geometry.h"
19+
#include "vtr_vector.h"
20+
#include "vpr_types.h"
21+
2122
class RRSpatialLookup {
2223
/* -- Constructors -- */
2324
public:

0 commit comments

Comments
 (0)