projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61639d5
)
Forgot to set ud_variable.minlen
author
Eddie Hung
<eddie@fpgeh.com>
Thu, 22 Aug 2019 18:02:17 +0000
(11:02 -0700)
committer
Eddie Hung
<eddie@fpgeh.com>
Thu, 22 Aug 2019 18:02:17 +0000
(11:02 -0700)
passes/pmgen/xilinx_srl.cc
patch
|
blob
|
history
diff --git
a/passes/pmgen/xilinx_srl.cc
b/passes/pmgen/xilinx_srl.cc
index 36833839b3021c556b0d4f9297a45cf81b6da1b2..d1dbd77aeeca92eaf2f8a34c317820f27c232484 100644
(file)
--- a/
passes/pmgen/xilinx_srl.cc
+++ b/
passes/pmgen/xilinx_srl.cc
@@
-204,6
+204,7
@@
struct XilinxSrlPass : public Pass {
for (auto module : design->selected_modules()) {
auto pm = xilinx_srl_pm(module, module->selected_cells());
pm.ud_fixed.minlen = minlen;
+ pm.ud_variable.minlen = minlen;
if (fixed) {
// TODO: How to get these automatically?