projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0727b2c
)
Do not autoremove A/B registers since they might have other consumers
author
Eddie Hung
<eddie@fpgeh.com>
Thu, 18 Jul 2019 20:22:22 +0000
(13:22 -0700)
committer
Eddie Hung
<eddie@fpgeh.com>
Thu, 18 Jul 2019 20:22:22 +0000
(13:22 -0700)
passes/pmgen/xilinx_dsp.cc
patch
|
blob
|
history
diff --git
a/passes/pmgen/xilinx_dsp.cc
b/passes/pmgen/xilinx_dsp.cc
index bd04cc40b46e24091c5b20aab416aad31d72e224..0010edf558570962bbe89546a3b618353d1b3f56 100644
(file)
--- a/
passes/pmgen/xilinx_dsp.cc
+++ b/
passes/pmgen/xilinx_dsp.cc
@@
-101,8
+101,6
@@
void pack_xilinx_dsp(xilinx_dsp_pm &pm)
log("\n");
}
- pm.autoremove(st.ffA);
- pm.autoremove(st.ffB);
pm.autoremove(st.ffP);
pm.autoremove(st.muxP);
pm.blacklist(cell);