aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/main.cc
diff options
context:
space:
mode:
authorDavid Shah <davey1576@gmail.com>2018-06-26 15:55:50 +0200
committerDavid Shah <davey1576@gmail.com>2018-06-26 15:55:50 +0200
commit21d5a04501e411b8c1391606c1eafba5d4789c41 (patch)
tree874a37f8746845a37b492a259ae3c3a116a1c2b0 /ice40/main.cc
parent6f12f2b7e8c58a0b14c6f1f3df2112b8860a6e4f (diff)
downloadnextpnr-21d5a04501e411b8c1391606c1eafba5d4789c41.tar.gz
nextpnr-21d5a04501e411b8c1391606c1eafba5d4789c41.tar.bz2
nextpnr-21d5a04501e411b8c1391606c1eafba5d4789c41.zip
Carry chains now routable
Signed-off-by: David Shah <davey1576@gmail.com>
Diffstat (limited to 'ice40/main.cc')
-rw-r--r--ice40/main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ice40/main.cc b/ice40/main.cc
index 7f913bb3..4fd16099 100644
--- a/ice40/main.cc
+++ b/ice40/main.cc
@@ -41,11 +41,11 @@
#include "nextpnr.h"
#include "pack.h"
#include "pcf.h"
+#include "place_legaliser.h"
#include "place_sa.h"
#include "route.h"
#include "timing.h"
#include "version.h"
-#include "place_legaliser.h"
USING_NEXTPNR_NAMESPACE