aboutsummaryrefslogtreecommitdiffstats
path: root/ecp5/main.cc
diff options
context:
space:
mode:
authorDavid Shah <davey1576@gmail.com>2018-07-31 14:39:37 +0200
committerDavid Shah <davey1576@gmail.com>2018-07-31 14:39:37 +0200
commitf3127f7dfd33469d29010b611aafb715a33b3be2 (patch)
tree755bb891121b7af47e94b50351789ebf5c878667 /ecp5/main.cc
parente3a403fa2990602941ce756726488820182aff26 (diff)
downloadnextpnr-f3127f7dfd33469d29010b611aafb715a33b3be2.tar.gz
nextpnr-f3127f7dfd33469d29010b611aafb715a33b3be2.tar.bz2
nextpnr-f3127f7dfd33469d29010b611aafb715a33b3be2.zip
ecp5: Add Bel graphics
Signed-off-by: David Shah <davey1576@gmail.com>
Diffstat (limited to 'ecp5/main.cc')
-rw-r--r--ecp5/main.cc10
1 files changed, 6 insertions, 4 deletions
diff --git a/ecp5/main.cc b/ecp5/main.cc
index f2db74d7..90096855 100644
--- a/ecp5/main.cc
+++ b/ecp5/main.cc
@@ -100,16 +100,18 @@ int main(int argc, char *argv[])
}
if (vm.count("help") || argc == 1) {
- std::cout << boost::filesystem::basename(argv[0]) << " -- Next Generation Place and Route (git "
- "sha1 " GIT_COMMIT_HASH_STR ")\n";
+ std::cout << boost::filesystem::basename(argv[0])
+ << " -- Next Generation Place and Route (git "
+ "sha1 " GIT_COMMIT_HASH_STR ")\n";
std::cout << "\n";
std::cout << options << "\n";
return argc != 1;
}
if (vm.count("version")) {
- std::cout << boost::filesystem::basename(argv[0]) << " -- Next Generation Place and Route (git "
- "sha1 " GIT_COMMIT_HASH_STR ")\n";
+ std::cout << boost::filesystem::basename(argv[0])
+ << " -- Next Generation Place and Route (git "
+ "sha1 " GIT_COMMIT_HASH_STR ")\n";
return 1;
}