projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64ace4b
)
abc9: uncomment nothing to map message
author
Eddie Hung
<eddie@fpgeh.com>
Mon, 6 Jan 2020 20:21:50 +0000
(12:21 -0800)
committer
Eddie Hung
<eddie@fpgeh.com>
Mon, 6 Jan 2020 20:21:50 +0000
(12:21 -0800)
passes/techmap/abc9.cc
patch
|
blob
|
history
diff --git
a/passes/techmap/abc9.cc
b/passes/techmap/abc9.cc
index f82511407289c17a6c637d0efa3b6dfb7a800e0d..8cb34e52313c0e18ef3c65ba284d2a39c8e58900 100644
(file)
--- a/
passes/techmap/abc9.cc
+++ b/
passes/techmap/abc9.cc
@@
-715,10
+715,10
@@
clone_lut:
design->remove(mapped_mod);
}
-
//
else
-
//
{
-
//
log("Don't call ABC as there is nothing to map.\n");
-
//
}
+ else
+ {
+
log("Don't call ABC as there is nothing to map.\n");
+ }
if (cleanup)
{