aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--passes/techmap/abc9.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/passes/techmap/abc9.cc b/passes/techmap/abc9.cc
index 19157adc6..fef977eb8 100644
--- a/passes/techmap/abc9.cc
+++ b/passes/techmap/abc9.cc
@@ -1219,7 +1219,7 @@ struct Abc9Pass : public Pass {
continue;
}
if (arg == "-W" && argidx+1 < args.size()) {
- wire_delay = "-S " + args[++argidx];
+ wire_delay = "-W " + args[++argidx];
continue;
}
break;