aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/main.cc
diff options
context:
space:
mode:
authorDavid Shah <davey1576@gmail.com>2018-06-07 12:57:52 +0200
committerDavid Shah <davey1576@gmail.com>2018-06-07 12:57:52 +0200
commitb0e66d441cf584e7e48049d4f07afcc8e743309a (patch)
treeb74e2ff57532f59fac5bd5246b6312d3f8ec739d /ice40/main.cc
parenta5249da02d2a55d4b838dd8c29e159513dd71418 (diff)
downloadnextpnr-b0e66d441cf584e7e48049d4f07afcc8e743309a.tar.gz
nextpnr-b0e66d441cf584e7e48049d4f07afcc8e743309a.tar.bz2
nextpnr-b0e66d441cf584e7e48049d4f07afcc8e743309a.zip
Global design object working
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 12c6b86c..88ef4155 100644
--- a/ice40/main.cc
+++ b/ice40/main.cc
@@ -205,7 +205,7 @@ int main(int argc, char *argv[])
parse_json_file(f, filename, &design);
}
-
+
if (vm.count("file"))
{
std::vector<std::string> files = vm["file"].as<std::vector<std::string>>();