projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3db3e1e
)
abc9: techmap from user design to allow abc9_flop modules to be composed
author
Eddie Hung
<eddie@fpgeh.com>
Tue, 26 May 2020 15:37:26 +0000
(08:37 -0700)
committer
Marcelina KoĆcielnicka
<mwk@0x04.net>
Sat, 4 Jul 2020 17:45:10 +0000
(19:45 +0200)
from other primitives
passes/techmap/abc9.cc
patch
|
blob
|
history
diff --git
a/passes/techmap/abc9.cc
b/passes/techmap/abc9.cc
index 127f8934e3dd86cbc6dbe45eb92ad678f2c74629..7c8eba17778b90a759962d7ea6e6928ec83ef958 100644
(file)
--- a/
passes/techmap/abc9.cc
+++ b/
passes/techmap/abc9.cc
@@
-294,7
+294,7
@@
struct Abc9Pass : public ScriptPass
run("design -load $abc9_map");
run("proc");
run("wbflip");
- run("techmap");
+ run("techmap
-wb -map %$abc9 -map +/techmap.v
");
run("opt");
if (dff_mode || help_mode) {
if (!help_mode)