diff options
author | Miodrag Milanovic <mmicko@gmail.com> | 2018-06-23 08:08:42 +0200 |
---|---|---|
committer | Miodrag Milanovic <mmicko@gmail.com> | 2018-06-23 08:08:42 +0200 |
commit | 761e28ce67600495075f55783bec1a90abca7172 (patch) | |
tree | df7327930c3d36c3430d6deb769e9f77d98a7517 | |
parent | 6f4e49bb47b064024863e87bb7a3ae3c8348c40a (diff) | |
download | nextpnr-761e28ce67600495075f55783bec1a90abca7172.tar.gz nextpnr-761e28ce67600495075f55783bec1a90abca7172.tar.bz2 nextpnr-761e28ce67600495075f55783bec1a90abca7172.zip |
one more
-rw-r--r-- | ice40/arch_place.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ice40/arch_place.h b/ice40/arch_place.h index 339bf485..e90f2874 100644 --- a/ice40/arch_place.h +++ b/ice40/arch_place.h @@ -41,11 +41,11 @@ class PlaceValidityChecker private: bool logicCellsCompatible(const Context *ctx, const std::vector<const CellInfo *> &cells); + Context *ctx; IdString id_icestorm_lc, id_sb_io, id_sb_gb; IdString id_cen, id_clk, id_sr; IdString id_i0, id_i1, id_i2, id_i3; IdString id_dff_en, id_neg_clk; - Context *ctx; }; NEXTPNR_NAMESPACE_END |