projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a46a0b
)
Comment out muxpack (currently broken)
author
Eddie Hung
<eddie@fpgeh.com>
Fri, 7 Jun 2019 23:58:57 +0000
(16:58 -0700)
committer
Eddie Hung
<eddie@fpgeh.com>
Fri, 7 Jun 2019 23:58:57 +0000
(16:58 -0700)
techlibs/xilinx/synth_xilinx.cc
patch
|
blob
|
history
diff --git
a/techlibs/xilinx/synth_xilinx.cc
b/techlibs/xilinx/synth_xilinx.cc
index a0c2c781d11b31fdc3c8e1149e855a02d5b108ad..ffdb229601e06eda8840bd856e68a0f086a411af 100644
(file)
--- a/
techlibs/xilinx/synth_xilinx.cc
+++ b/
techlibs/xilinx/synth_xilinx.cc
@@
-225,8
+225,8
@@
struct SynthXilinxPass : public ScriptPass
if (check_label("coarse")) {
run("synth -run coarse");
- if (!nomux || help_mode)
-
run("muxpack", "(skip if '-nomux')");
+
//
if (!nomux || help_mode)
+
//
run("muxpack", "(skip if '-nomux')");
// shregmap -tech xilinx can cope with $shiftx and $mux
// cells for identifying variable-length shift registers,