aboutsummaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2018-07-24 12:41:08 +0200
committerClifford Wolf <clifford@clifford.at>2018-07-24 12:41:08 +0200
commitf86fc6e7fdf91341a1bd44415e578767fa0b13fb (patch)
treead9f02f5d53bc501674810a0e458b3c2c4923481 /common
parent1538d26073911e6969bca8cbcff3da09891a846b (diff)
downloadnextpnr-f86fc6e7fdf91341a1bd44415e578767fa0b13fb.tar.gz
nextpnr-f86fc6e7fdf91341a1bd44415e578767fa0b13fb.tar.bz2
nextpnr-f86fc6e7fdf91341a1bd44415e578767fa0b13fb.zip
Typo fix
Signed-off-by: Clifford Wolf <clifford@clifford.at>
Diffstat (limited to 'common')
-rw-r--r--common/nextpnr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/nextpnr.h b/common/nextpnr.h
index ca0854e5..4a1aaac1 100644
--- a/common/nextpnr.h
+++ b/common/nextpnr.h
@@ -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