ice40: Add support for the 2nd bit of SHIFTREG_DIV_MODE
This requires the matching chipdb update from icestorm project ! Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
This commit is contained in:
parent
f44498a530
commit
5e2b6bcef9
@ -718,7 +718,7 @@ void write_asc(const Context *ctx, std::ostream &out)
|
|||||||
{"PLLOUT_SELECT_A", 2},
|
{"PLLOUT_SELECT_A", 2},
|
||||||
{"PLLOUT_SELECT_B", 2},
|
{"PLLOUT_SELECT_B", 2},
|
||||||
{"PLLTYPE", 3},
|
{"PLLTYPE", 3},
|
||||||
{"SHIFTREG_DIV_MODE", 1},
|
{"SHIFTREG_DIV_MODE", 2},
|
||||||
{"TEST_MODE", 1}};
|
{"TEST_MODE", 1}};
|
||||||
configure_extra_cell(config, ctx, cell.second.get(), pll_params, false, std::string("PLL."));
|
configure_extra_cell(config, ctx, cell.second.get(), pll_params, false, std::string("PLL."));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user