aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common/placer1.cc1
-rw-r--r--ice40/chains.cc2
-rw-r--r--ice40/chains.h2
3 files changed, 2 insertions, 3 deletions
diff --git a/common/placer1.cc b/common/placer1.cc
index 37294dfd..2ac6602b 100644
--- a/common/placer1.cc
+++ b/common/placer1.cc
@@ -226,7 +226,6 @@ public:
// legal moves only
if (temp < legalise_temp && !require_legal) {
legalise_relative_constraints(ctx);
- // FIXME
require_legal = true;
autoplaced.clear();
for (auto cell : sorted(ctx->cells)) {
diff --git a/ice40/chains.cc b/ice40/chains.cc
index dce27863..8638a96c 100644
--- a/ice40/chains.cc
+++ b/ice40/chains.cc
@@ -1,7 +1,7 @@
/*
* nextpnr -- Next Generation Place and Route
*
- * Copyright (C) 2018 David Shah <clifford@symbioticeda.com>
+ * Copyright (C) 2018 David Shah <david@symbioticeda.com>
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/ice40/chains.h b/ice40/chains.h
index b466cb49..98112303 100644
--- a/ice40/chains.h
+++ b/ice40/chains.h
@@ -1,7 +1,7 @@
/*
* nextpnr -- Next Generation Place and Route
*
- * Copyright (C) 2018 David Shah <clifford@symbioticeda.com>
+ * Copyright (C) 2018 David Shah <david@symbioticeda.com>
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above