projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc84f7d
)
Revert "synth_xilinx to call "synth -run coarse" with "-keepdc""
author
Eddie Hung
<eddie@fpgeh.com>
Tue, 9 Jul 2019 17:15:02 +0000
(10:15 -0700)
committer
Eddie Hung
<eddie@fpgeh.com>
Tue, 9 Jul 2019 17:15:02 +0000
(10:15 -0700)
This reverts commit
7f964859ec99500e471853f5914b6e5b7c35a031
.
techlibs/xilinx/synth_xilinx.cc
patch
|
blob
|
history
diff --git
a/techlibs/xilinx/synth_xilinx.cc
b/techlibs/xilinx/synth_xilinx.cc
index 2a77ce39740a8e0d2a05ae8dc404b2b68468e3e3..8da6df57ed8c03fd15229639925607215d675d59 100644
(file)
--- a/
techlibs/xilinx/synth_xilinx.cc
+++ b/
techlibs/xilinx/synth_xilinx.cc
@@
-240,9
+240,9
@@
struct SynthXilinxPass : public ScriptPass
if (check_label("coarse")) {
if (help_mode)
- run("synth -
keepdc -
run coarse [-flatten]", "(with '-flatten')");
+ run("synth -run coarse [-flatten]", "(with '-flatten')");
else
- run("synth -
keepdc -
run coarse" + std::string(flatten ? "" : " -flatten"), "(with '-flatten')");
+ run("synth -run coarse" + std::string(flatten ? "" : " -flatten"), "(with '-flatten')");
if (widemux > 0 || help_mode)
run("muxpack", " ('-widemux' only)");