projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e9e745
)
Rename test_pmgen arg xilinx_srl.{fixed,variable}
author
Eddie Hung
<eddie@fpgeh.com>
Wed, 28 Aug 2019 16:27:03 +0000
(09:27 -0700)
committer
Eddie Hung
<eddie@fpgeh.com>
Wed, 28 Aug 2019 16:27:03 +0000
(09:27 -0700)
passes/pmgen/test_pmgen.cc
patch
|
blob
|
history
diff --git
a/passes/pmgen/test_pmgen.cc
b/passes/pmgen/test_pmgen.cc
index 2695fe8023dd74a45369717582823c66c05362c5..4f3eec935ac7b280315c460c9e8bcaf6aa7a8690 100644
(file)
--- a/
passes/pmgen/test_pmgen.cc
+++ b/
passes/pmgen/test_pmgen.cc
@@
-350,9
+350,9
@@
struct TestPmgenPass : public Pass {
if (pattern == "ice40_dsp")
return GENERATE_PATTERN(ice40_dsp_pm, ice40_dsp);
- if (pattern == "xilinx_srl
_
fixed")
+ if (pattern == "xilinx_srl
.
fixed")
return GENERATE_PATTERN(xilinx_srl_pm, fixed);
- if (pattern == "xilinx_srl
_
variable")
+ if (pattern == "xilinx_srl
.
variable")
return GENERATE_PATTERN(xilinx_srl_pm, variable);
if (pattern == "peepopt-muldiv")