Typo fix
Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
parent
1538d26073
commit
f86fc6e7fd
@ -276,7 +276,7 @@ struct CellInfo : ArchCellInfo
|
||||
|
||||
// placement constraints
|
||||
CellInfo *constr_parent;
|
||||
stdL::vector<CellInfo*> constr_children;
|
||||
std::vector<CellInfo*> constr_children;
|
||||
const int UNCONSTR = INT_MIN;
|
||||
int constr_x = UNCONSTR; // this.x - parent.x
|
||||
int constr_y = UNCONSTR; // this.y - parent.y
|
||||
|
Loading…
Reference in New Issue
Block a user