projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2dffa46
)
Typo: wire delay is -W argument
author
Eddie Hung
<eddie@fpgeh.com>
Wed, 12 Jun 2019 16:13:53 +0000
(09:13 -0700)
committer
Eddie Hung
<eddie@fpgeh.com>
Wed, 12 Jun 2019 16:13:53 +0000
(09:13 -0700)
passes/techmap/abc9.cc
patch
|
blob
|
history
diff --git
a/passes/techmap/abc9.cc
b/passes/techmap/abc9.cc
index 19157adc60d647d7c3e4e5dc73d198efd2961d6c..fef977eb854859772cb15550c46c27d28cfe0c57 100644
(file)
--- 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;