Signed-off-by: David Shah <davey1576@gmail.com>
This commit is contained in:
David Shah 2018-08-04 08:15:49 +02:00
parent b937e6defe
commit 176a23936c
3 changed files with 2 additions and 3 deletions

View File

@ -226,7 +226,6 @@ public:
// legal moves only // legal moves only
if (temp < legalise_temp && !require_legal) { if (temp < legalise_temp && !require_legal) {
legalise_relative_constraints(ctx); legalise_relative_constraints(ctx);
// FIXME
require_legal = true; require_legal = true;
autoplaced.clear(); autoplaced.clear();
for (auto cell : sorted(ctx->cells)) { for (auto cell : sorted(ctx->cells)) {

View File

@ -1,7 +1,7 @@
/* /*
* nextpnr -- Next Generation Place and Route * 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 * Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above * purpose with or without fee is hereby granted, provided that the above

View File

@ -1,7 +1,7 @@
/* /*
* nextpnr -- Next Generation Place and Route * 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 * Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above * purpose with or without fee is hereby granted, provided that the above