projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e574edc
)
Add xilinx_srl_pm.variable to test_pmgen
author
Eddie Hung
<eddie@fpgeh.com>
Tue, 27 Aug 2019 00:44:57 +0000
(17:44 -0700)
committer
Eddie Hung
<eddie@fpgeh.com>
Tue, 27 Aug 2019 00:44:57 +0000
(17:44 -0700)
passes/pmgen/test_pmgen.cc
patch
|
blob
|
history
diff --git
a/passes/pmgen/test_pmgen.cc
b/passes/pmgen/test_pmgen.cc
index b406f90f8279aeef3c1a6884549ab9ce07bf8e05..5b0cf075157cd449116553162f9346704ff5523c 100644
(file)
--- a/
passes/pmgen/test_pmgen.cc
+++ b/
passes/pmgen/test_pmgen.cc
@@
-352,6
+352,8
@@
struct TestPmgenPass : public Pass {
if (pattern == "xilinx_srl_fixed")
return GENERATE_PATTERN(xilinx_srl_pm, fixed);
+ if (pattern == "xilinx_srl_variable")
+ return GENERATE_PATTERN(xilinx_srl_pm, variable);
if (pattern == "peepopt-muldiv")
return GENERATE_PATTERN(peepopt_pm, muldiv);