mirror of https://github.com/YosysHQ/yosys.git
Rename test_pmgen arg xilinx_srl.{fixed,variable}
This commit is contained in:
parent
2e9e745efa
commit
0ebe2c9831
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue