aboutsummaryrefslogtreecommitdiffstats
path: root/machxo2/main.cc
diff options
context:
space:
mode:
authorWilliam D. Jones <thor0505@comcast.net>2021-01-31 19:27:32 -0500
committergatecat <gatecat@ds0.me>2021-02-12 10:36:59 +0000
commit0250aaaddd499bce9a6739823f5511859ec57232 (patch)
tree2fc1ce5eda07ae37ca058dc663a932632b3c1fb2 /machxo2/main.cc
parent2c9d4ba9ae8123e6aea2a690ec03b052ea7a53af (diff)
downloadnextpnr-0250aaaddd499bce9a6739823f5511859ec57232.tar.gz
nextpnr-0250aaaddd499bce9a6739823f5511859ec57232.tar.bz2
nextpnr-0250aaaddd499bce9a6739823f5511859ec57232.zip
machxo2: clang format.
Diffstat (limited to 'machxo2/main.cc')
-rw-r--r--machxo2/main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/machxo2/main.cc b/machxo2/main.cc
index 8dadca94..3d0884bf 100644
--- a/machxo2/main.cc
+++ b/machxo2/main.cc
@@ -67,7 +67,7 @@ po::options_description MachXO2CommandHandler::getArchOptions()
"base chip configuration in Trellis text format");
specific.add_options()("textcfg", po::value<std::string>(), "textual configuration in Trellis format to write");
- //specific.add_options()("lpf", po::value<std::vector<std::string>>(), "LPF pin constraint file(s)");
+ // specific.add_options()("lpf", po::value<std::vector<std::string>>(), "LPF pin constraint file(s)");
specific.add_options()("no-iobs", "disable automatic IO buffer insertion (unimplemented- always enabled)");
return specific;