diff options
author | David Shah <davey1576@gmail.com> | 2018-08-04 08:15:49 +0200 |
---|---|---|
committer | David Shah <davey1576@gmail.com> | 2018-08-04 08:15:49 +0200 |
commit | 176a23936c8301eb567ea2a0b466dbebc598b18b (patch) | |
tree | c48a9b5eed5773d9251d7391a03a83bf77911a47 | |
parent | b937e6defea82c12227b6e00cf19e370b237ea8b (diff) | |
download | nextpnr-176a23936c8301eb567ea2a0b466dbebc598b18b.tar.gz nextpnr-176a23936c8301eb567ea2a0b466dbebc598b18b.tar.bz2 nextpnr-176a23936c8301eb567ea2a0b466dbebc598b18b.zip |
Tidy up
Signed-off-by: David Shah <davey1576@gmail.com>
-rw-r--r-- | common/placer1.cc | 1 | ||||
-rw-r--r-- | ice40/chains.cc | 2 | ||||
-rw-r--r-- | ice40/chains.h | 2 |
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 |