You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: vpr/src/base/noc_router.h
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ class NocRouter {
46
46
int router_grid_position_x; /*<! Represents the horizontal grid position on the device the physical router tile is located*/
47
47
int router_grid_position_y; /*<! Represents the vertical grid position on the device the physical router is located*/
48
48
49
-
ClusterBlockId router_block_ref;/*<! A unique identifier that represents a router block in the clustered netlist that is placed on the physical router*/
49
+
ClusterBlockId router_block_ref;/*<! A unique identifier that represents a router block in the clustered netlist that is placed on the physical router*/
50
50
51
51
public:
52
52
NocRouter(int id, int grid_position_x, int grid_position_y);
// keep track of the router assignments (store the user router id that was assigned to each physical router tile)
142
+
// keep track of the router assignments (store the user router id that was assigned to each physical router tile)
144
143
// this is used in error checking, after determining the closest physical router for a user described router in the arch file, the datastructure below can be used to check if that physical router was already assigned previously
0 commit comments