Rename test_pmgen arg xilinx_srl.{fixed,variable}

This commit is contained in:
Eddie Hung 2019-08-28 09:27:03 -07:00
parent 2e9e745efa
commit 0ebe2c9831
1 changed files with 2 additions and 2 deletions

View File

@ -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")