aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/main.cc
diff options
context:
space:
mode:
authorDavid Shah <davey1576@gmail.com>2018-06-27 12:18:52 +0200
committerDavid Shah <davey1576@gmail.com>2018-06-27 12:18:52 +0200
commitb0b16a344a951c7144783f799232a1b9d85ddc8a (patch)
tree350df2d246c261be1fe36ad5573edad1fe2f4286 /ice40/main.cc
parent87a5b7212667daa55a72f62c35cc248bdce2c744 (diff)
downloadnextpnr-b0b16a344a951c7144783f799232a1b9d85ddc8a.tar.gz
nextpnr-b0b16a344a951c7144783f799232a1b9d85ddc8a.tar.bz2
nextpnr-b0b16a344a951c7144783f799232a1b9d85ddc8a.zip
Improving post-ripup placement in the legaliser
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 f1736fab..c975db24 100644
--- a/ice40/main.cc
+++ b/ice40/main.cc
@@ -391,7 +391,7 @@ int main(int argc, char *argv[])
std::vector<std::string> files = vm["run"].as<std::vector<std::string>>();
for (auto filename : files)
execute_python_file(filename.c_str());
-
+
deinit_python();
}
#endif