aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/main.cc
diff options
context:
space:
mode:
authorEddie Hung <eddieh@ece.ubc.ca>2018-07-31 20:57:36 -0700
committerEddie Hung <eddieh@ece.ubc.ca>2018-07-31 20:57:36 -0700
commit92ec2cd13825ef996ebf0d88246d975a19352800 (patch)
treedb4a1c7447eff669bf47c64de95747b3edab6438 /ice40/main.cc
parentf646ec790a79f29d6964f3b7e30088f044b4a4e9 (diff)
downloadnextpnr-92ec2cd13825ef996ebf0d88246d975a19352800.tar.gz
nextpnr-92ec2cd13825ef996ebf0d88246d975a19352800.tar.bz2
nextpnr-92ec2cd13825ef996ebf0d88246d975a19352800.zip
clangformat for stuff I've touched
Diffstat (limited to 'ice40/main.cc')
-rw-r--r--ice40/main.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/ice40/main.cc b/ice40/main.cc
index ab672ddc..2a0cded5 100644
--- a/ice40/main.cc
+++ b/ice40/main.cc
@@ -105,7 +105,8 @@ int main(int argc, char *argv[])
options.add_options()("asc", po::value<std::string>(), "asc bitstream file to write");
options.add_options()("read", po::value<std::string>(), "asc bitstream file to read");
options.add_options()("seed", po::value<int>(), "seed value for random number generator");
- options.add_options()("slack_redist_iter", po::value<int>(), "number of iterations between slack redistribution");
+ options.add_options()("slack_redist_iter", po::value<int>(),
+ "number of iterations between slack redistribution");
options.add_options()("version,V", "show version");
options.add_options()("tmfuzz", "run path delay estimate fuzzer");
options.add_options()("test", "check architecture database integrity");