projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7868459
)
Fixes command line for abc pass in -fast -sop mode
author
Robert Baruch
<robert.c.baruch@gmail.com>
Wed, 17 Feb 2021 00:34:09 +0000
(16:34 -0800)
committer
Robert Baruch
<robert.c.baruch@gmail.com>
Wed, 17 Feb 2021 00:34:09 +0000
(16:34 -0800)
passes/techmap/abc.cc
patch
|
blob
|
history
diff --git
a/passes/techmap/abc.cc
b/passes/techmap/abc.cc
index 1169e3da020fcd4764fdf0d0b333f6271f145ba9..d5286f4e9ab85fd0e1511b765ec7cf275d648a4e 100644
(file)
--- a/
passes/techmap/abc.cc
+++ b/
passes/techmap/abc.cc
@@
-38,7
+38,7
@@
#define ABC_FAST_COMMAND_LIB "strash; dretime; map {D}"
#define ABC_FAST_COMMAND_CTR "strash; dretime; map {D}; buffer; upsize {D}; dnsize {D}; stime -p"
#define ABC_FAST_COMMAND_LUT "strash; dretime; if"
-#define ABC_FAST_COMMAND_SOP "strash; dretime; cover
-I {I} -P
{P}"
+#define ABC_FAST_COMMAND_SOP "strash; dretime; cover
{I}
{P}"
#define ABC_FAST_COMMAND_DFL "strash; dretime; map"
#include "kernel/register.h"